Skip to content

Commit ac65ef7

Browse files
committed
>:(
1 parent ae01a80 commit ac65ef7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site/e2e/playwright.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ export default defineConfig({
7070
],
7171
reporter: [["./reporter.ts"]],
7272
use: {
73-
actionTimeout: 10000, // 10 seconds
73+
// It'd be very nice to add this, but there are some tests that need
74+
// tweaking to make it work consistently (notably, ones that wait for agent
75+
// stats on the workspace page. The default is like 50 seconds, which is
76+
// way too long and makes it painful to wait for test runs in CI.
77+
// actionTimeout: 5000, // 5 seconds
7478
baseURL: `http://localhost:${coderPort}`,
7579
video: "retain-on-failure",
7680
...(wsEndpoint

0 commit comments

Comments
 (0)