fix: flaky test (#10644)

This commit is contained in:
jif-oai 2026-02-04 17:59:22 +00:00 committed by GitHub
parent 282f42c0ce
commit 71e63f8d10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,6 +149,8 @@ async fn shell_tools_run_in_parallel() -> anyhow::Result<()> {
let shell_args = json!({
"command": "sleep 0.3",
// Avoid user-specific shell startup cost (e.g. zsh profile scripts) in timing assertions.
"login": false,
"timeout_ms": 1_000,
});
let args_one = serde_json::to_string(&shell_args)?;