Skip to content

Commit d21a5a4

Browse files
Copilotkobenguyent
andcommitted
Changes before error encountered
Co-authored-by: kobenguyent <7845001+kobenguyent@users.noreply.github.com>
1 parent 075f250 commit d21a5a4

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
@@ -10,7 +10,7 @@ let I
1010
const siteUrl = TestHelper.siteUrl()
1111

1212
describe('TestCafe', function () {
13-
this.timeout(35000)
13+
this.timeout(120000) // Increased timeout for CI environment
1414
this.retries(1)
1515

1616
before(() => {
@@ -22,7 +22,7 @@ describe('TestCafe', function () {
2222
url: siteUrl,
2323
windowSize: '1000x700',
2424
show: false,
25-
browser: 'chromium:headless --no-sandbox --disable-gpu --disable-dev-shm-usage',
25+
browser: 'chrome:headless --no-sandbox --disable-setuid-sandbox --disable-dev-shm-usage --disable-gpu',
2626
restart: false,
2727
waitForTimeout: 50000,
2828
})

0 commit comments

Comments
 (0)