Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 919f5c6

Browse files
authored
chore: increase e2e timeout to 60s (coder#9007)
1 parent a9e01bf commit 919f5c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/e2e/playwright.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default defineConfig({
2727
use: {
2828
storageState: STORAGE_STATE,
2929
},
30+
timeout: 60000,
3031
},
3132
],
3233
use: {

0 commit comments

Comments
 (0)