Skip to content

Commit a9459f7

Browse files
committed
Stabilize agent identity stack CI
1 parent f587341 commit a9459f7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

codex-rs/app-server/tests/suite/v2/account.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ use wiremock::ResponseTemplate;
4646
use wiremock::matchers::method;
4747
use wiremock::matchers::path;
4848

49-
const DEFAULT_READ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(10);
49+
// Account tests spin up fresh app-server processes repeatedly, which can take
50+
// longer on slower Bazel macOS runners once the suite is already warm.
51+
const DEFAULT_READ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(20);
5052
const LOGIN_ISSUER_ENV_VAR: &str = "CODEX_APP_SERVER_LOGIN_ISSUER";
5153

5254
// Helper to create a minimal config.toml for the app server

0 commit comments

Comments
 (0)