Skip to content

Commit 32ef100

Browse files
committed
test
1 parent 6e505bc commit 32ef100

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

zeppelin-web-angular/playwright.config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = defineConfig({
2121
forbidOnly: !!process.env.CI,
2222
retries: 1,
2323
workers: 5,
24-
timeout: 180000,
24+
timeout: 300000,
2525
expect: {
2626
timeout: 60000
2727
},
@@ -37,7 +37,10 @@ module.exports = defineConfig({
3737
video: process.env.CI ? 'off' : 'retain-on-failure',
3838
launchOptions: {
3939
args: ['--disable-dev-shm-usage']
40-
}
40+
},
41+
headless: true,
42+
actionTimeout: 60000,
43+
navigationTimeout: 180000
4144
},
4245
projects: [
4346
{

0 commit comments

Comments
 (0)