Compare commits

...

1 Commits

Author SHA1 Message Date
Channing Conger
373e7ebd78 Bazel tests on darwin be strugglin 2026-03-20 22:53:30 -07:00

View File

@@ -159,7 +159,9 @@ async fn unified_exec_intercepts_apply_patch_exec_command() -> Result<()> {
let call_id = "uexec-apply-patch";
let args = json!({
"cmd": command,
"yield_time_ms": 250,
// The intercepted apply_patch path spawns a helper process, which can
// take longer than a tiny unified-exec yield deadline on CI.
"yield_time_ms": 5_000,
});
let responses = vec![