Skip to content

Commit 81be54b

Browse files
authored
fix: test yield time (#5811)
1 parent 5e8659d commit 81be54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/core/tests/suite/unified_exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ async fn unified_exec_emits_output_delta_for_exec_command() -> Result<()> {
240240
let call_id = "uexec-delta-1";
241241
let args = json!({
242242
"cmd": "printf 'HELLO-UEXEC'",
243-
"yield_time_ms": 250,
243+
"yield_time_ms": 1000,
244244
});
245245

246246
let responses = vec![

0 commit comments

Comments
 (0)