Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac65ef7

Browse files
committed
>:(
1 parentae01a80 commitac65ef7

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)

[8]ページ先頭

©2009-2025 Movatter.jp