Skip to content

Commit b25b7fd

Browse files
committed
ci: increase test timeout
1 parent d41d543 commit b25b7fd

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
export default {
2-
timeout: 5000, // Max execution time of any single test
2+
timeout: process.env.CI ? undefined : 3000, // Max execution time of any single test
33
expect: {
44
timeout: 1000, // Max execution time of single expect() calls
55
},

0 commit comments

Comments
 (0)