We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e11784 commit 2bdc26eCopy full SHA for 2bdc26e
crates/vite_task_bin/tests/e2e_snapshots/main.rs
@@ -18,7 +18,7 @@ use vite_str::Str;
18
use vite_workspace::find_workspace_root;
19
20
/// Timeout for each step in e2e tests
21
-const STEP_TIMEOUT: Duration = Duration::from_secs(10);
+const STEP_TIMEOUT: Duration = Duration::from_secs(20);
22
23
/// Screen size for the PTY terminal. Large enough to avoid line wrapping.
24
const SCREEN_SIZE: ScreenSize = ScreenSize { rows: 500, cols: 500 };
0 commit comments