mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix: flaky test (#10644)
This commit is contained in:
committed by
GitHub
Unverified
parent
282f42c0ce
commit
71e63f8d10
@@ -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)?;
|
||||
|
||||
Reference in New Issue
Block a user