Skip to content

Commit ae01a80

Browse files
committed
...is it a timeout thing?
1 parent 43392c9 commit ae01a80

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
@@ -70,7 +70,7 @@ export default defineConfig({
7070
],
7171
reporter: [["./reporter.ts"]],
7272
use: {
73-
actionTimeout: 5000, // 5 seconds
73+
actionTimeout: 10000, // 10 seconds
7474
baseURL: `http://localhost:${coderPort}`,
7575
video: "retain-on-failure",
7676
...(wsEndpoint

0 commit comments

Comments
 (0)