Skip to content

Commit 5ca50b8

Browse files
committed
Set playwright startup timeout to 30s
1 parent f8f9109 commit 5ca50b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
timeout: 15000,
2+
timeout: 30000,
33
testDir: './test/e2e',
44
webServer: {
55
command: 'node test/server.js',

0 commit comments

Comments
 (0)