Skip to content

Commit 2bdc26e

Browse files
committed
test: increase e2e step timeout for windows stability
1 parent 2e11784 commit 2bdc26e

File tree

1 file changed

+1
-1
lines changed
  • crates/vite_task_bin/tests/e2e_snapshots

1 file changed

+1
-1
lines changed

crates/vite_task_bin/tests/e2e_snapshots/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use vite_str::Str;
1818
use vite_workspace::find_workspace_root;
1919

2020
/// Timeout for each step in e2e tests
21-
const STEP_TIMEOUT: Duration = Duration::from_secs(10);
21+
const STEP_TIMEOUT: Duration = Duration::from_secs(20);
2222

2323
/// Screen size for the PTY terminal. Large enough to avoid line wrapping.
2424
const SCREEN_SIZE: ScreenSize = ScreenSize { rows: 500, cols: 500 };

0 commit comments

Comments
 (0)