fix: test yield time (#5811)

This commit is contained in:
jif-oai
2025-10-27 11:57:29 +00:00
committed by GitHub
parent 5e8659dcbc
commit 81be54b229

View File

@@ -240,7 +240,7 @@ async fn unified_exec_emits_output_delta_for_exec_command() -> Result<()> {
let call_id = "uexec-delta-1";
let args = json!({
"cmd": "printf 'HELLO-UEXEC'",
"yield_time_ms": 250,
"yield_time_ms": 1000,
});
let responses = vec![