From af1254fc4e50d9260b5981719ed8ecd6c75a13fd Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Tue, 25 Nov 2025 15:39:03 -0800 Subject: [PATCH] codex-status --- codex-rs/core/src/status.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/status.rs b/codex-rs/core/src/status.rs index 31056da867..a38ee0a4b6 100644 --- a/codex-rs/core/src/status.rs +++ b/codex-rs/core/src/status.rs @@ -17,7 +17,7 @@ use tokio::time::Instant; const STATUS_WIDGET_URL: &str = "https://status.openai.com/proxy/status.openai.com"; const CODEX_COMPONENT_NAME: &str = "Codex"; -const DEFAULT_IDLE_TIMEOUT: Duration = Duration::from_secs(30); +const DEFAULT_IDLE_TIMEOUT: Duration = Duration::from_secs(10); static TEST_STATUS_WIDGET_URL: OnceLock = OnceLock::new(); static TEST_IDLE_TIMEOUT: OnceLock = OnceLock::new();