Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions codex-rs/core/tests/suite/tool_parallelism.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,11 @@ async fn shell_tools_start_before_response_completed_when_stream_delayed() -> an
"perl -MTime::HiRes -e 'print int(Time::HiRes::time()*1000), \"\\n\"' >> \"{}\"",
output_path.display()
);
// Use a non-login shell to avoid slow, user-specific shell init (e.g. zsh profiles)
// from making this timing-based test flaky.
let args = json!({
"command": command,
"login": false,
"timeout_ms": 1_000,
});

Expand Down
Loading