We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075f250 commit d21a5a4Copy full SHA for d21a5a4
test/helper/TestCafe_test.js
@@ -10,7 +10,7 @@ let I
10
const siteUrl = TestHelper.siteUrl()
11
12
describe('TestCafe', function () {
13
- this.timeout(35000)
+ this.timeout(120000) // Increased timeout for CI environment
14
this.retries(1)
15
16
before(() => {
@@ -22,7 +22,7 @@ describe('TestCafe', function () {
22
url: siteUrl,
23
windowSize: '1000x700',
24
show: false,
25
- browser: 'chromium:headless --no-sandbox --disable-gpu --disable-dev-shm-usage',
+ browser: 'chrome:headless --no-sandbox --disable-setuid-sandbox --disable-dev-shm-usage --disable-gpu',
26
restart: false,
27
waitForTimeout: 50000,
28
})
0 commit comments