mirror of
https://github.com/openai/codex.git
synced 2026-04-30 01:16:54 +00:00
fix: flaky tests 4 (#7875)
This commit is contained in:
@@ -688,7 +688,7 @@ async fn unified_exec_full_lifecycle_with_background_end_event() -> Result<()> {
|
||||
let call_id = "uexec-full-lifecycle";
|
||||
let args = json!({
|
||||
"cmd": "printf 'HELLO-FULL-LIFECYCLE'",
|
||||
"yield_time_ms": 50,
|
||||
"yield_time_ms": 250,
|
||||
});
|
||||
|
||||
let responses = vec![
|
||||
|
||||
Reference in New Issue
Block a user