mirror of
https://github.com/openai/codex.git
synced 2026-04-27 18:01:04 +03:00
increase unified_exec=>apply_patch test timeout
This commit is contained in:
@@ -161,7 +161,7 @@ async fn unified_exec_intercepts_apply_patch_exec_command() -> Result<()> {
|
||||
"cmd": command,
|
||||
// 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,
|
||||
"yield_time_ms": 10_000,
|
||||
});
|
||||
|
||||
let responses = vec![
|
||||
|
||||
Reference in New Issue
Block a user