Skip to content

Commit 075f250

Browse files
authored
Update TestCafe_test.js
1 parent 85dc6e9 commit 075f250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/helper/TestCafe_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ describe('TestCafe', function () {
2222
url: siteUrl,
2323
windowSize: '1000x700',
2424
show: false,
25-
browser: 'chromium',
25+
browser: 'chromium:headless --no-sandbox --disable-gpu --disable-dev-shm-usage',
2626
restart: false,
27-
waitForTimeout: 5000,
27+
waitForTimeout: 50000,
2828
})
2929
I._init()
3030
return I._beforeSuite()

0 commit comments

Comments
 (0)