From ebd33edc9c4e1ba9b79d77caa255c07db7b03c88 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Tue, 22 Jul 2025 11:53:36 -0700 Subject: [PATCH] will flakyness go away if we increased concurrency? --- codex-rs/core/tests/cli_stream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/tests/cli_stream.rs b/codex-rs/core/tests/cli_stream.rs index 567279ebd0..305dca1fde 100644 --- a/codex-rs/core/tests/cli_stream.rs +++ b/codex-rs/core/tests/cli_stream.rs @@ -123,7 +123,7 @@ async fn responses_api_stream_cli() { } /// End-to-end: create a session (writes rollout), verify the file, then resume and confirm append. -#[tokio::test(flavor = "multi_thread", worker_threads = 2)] +#[tokio::test(flavor = "multi_thread", worker_threads = 8)] async fn integration_creates_and_checks_session_file() { // Honor sandbox network restrictions for CI parity with the other tests. if std::env::var(CODEX_SANDBOX_NETWORK_DISABLED_ENV_VAR).is_ok() {