Skip to content

Commit 41b64ed

Browse files
committed
revert(test): restore 45s headless exec timeout in adaptive-evidence acceptance
User rejected the unauthorized 120s timeout change; keep the assertion portability fix only.
1 parent caa4b0d commit 41b64ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/tui/tests/adaptive_evidence_acceptance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ fn run_exec(workspace: &Path, home: &Path, server: &MockServer) -> std::process:
261261
.env("RUST_LOG", "warn")
262262
.stdout(Stdio::piped())
263263
.stderr(Stdio::piped());
264-
run_with_timeout(command, Duration::from_secs(120))
264+
run_with_timeout(command, Duration::from_secs(45))
265265
}
266266

267267
fn find_artifact_dir(home: &Path) -> Option<PathBuf> {

0 commit comments

Comments
 (0)