Add use_agent_identity feature flag (#17385)

This commit is contained in:
Adrian
2026-04-11 09:52:06 -07:00
committed by GitHub
parent 51d58c56d5
commit 39cc85310f
5 changed files with 37 additions and 2 deletions

View File

@@ -45,7 +45,9 @@ use wiremock::ResponseTemplate;
use wiremock::matchers::method;
use wiremock::matchers::path;
const DEFAULT_READ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(10);
// Account tests spin up fresh app-server processes repeatedly, which can take
// longer on slower Bazel macOS runners once the suite is already warm.
const DEFAULT_READ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(20);
const LOGIN_ISSUER_ENV_VAR: &str = "CODEX_APP_SERVER_LOGIN_ISSUER";
// Helper to create a minimal config.toml for the app server