We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8659d commit 81be54bCopy full SHA for 81be54b
codex-rs/core/tests/suite/unified_exec.rs
@@ -240,7 +240,7 @@ async fn unified_exec_emits_output_delta_for_exec_command() -> Result<()> {
240
let call_id = "uexec-delta-1";
241
let args = json!({
242
"cmd": "printf 'HELLO-UEXEC'",
243
- "yield_time_ms": 250,
+ "yield_time_ms": 1000,
244
});
245
246
let responses = vec![
0 commit comments