Skip to content

Commit b80b970

Browse files
committed
increase timeout
1 parent a022d14 commit b80b970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const config: PlaywrightTestConfig = {
2424
port,
2525
reuseExistingServer: false,
2626
},
27-
timeout: 5 * 60 * 1000,
27+
timeout: 10 * 60 * 1000,
2828
}
2929

3030
export default config

0 commit comments

Comments
 (0)