We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae01a80 commit ac65ef7Copy full SHA for ac65ef7
site/e2e/playwright.config.ts
@@ -70,7 +70,11 @@ export default defineConfig({
70
],
71
reporter: [["./reporter.ts"]],
72
use: {
73
- actionTimeout: 10000, // 10 seconds
+ // 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
78
baseURL: `http://localhost:${coderPort}`,
79
video: "retain-on-failure",
80
...(wsEndpoint
0 commit comments