From 17318dbcb8b56fb9e774be56c0cd8b7db906f9fc Mon Sep 17 00:00:00 2001 From: Rohit Arunachalam Date: Sun, 28 Jun 2026 04:30:09 -0400 Subject: [PATCH] [app-server] use 30-second current-time timeout --- codex-rs/app-server/src/current_time.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/app-server/src/current_time.rs b/codex-rs/app-server/src/current_time.rs index 2d8b1456f3..a1789cf6d7 100644 --- a/codex-rs/app-server/src/current_time.rs +++ b/codex-rs/app-server/src/current_time.rs @@ -22,7 +22,7 @@ use crate::outgoing_message::ConnectionId; use crate::outgoing_message::OutgoingMessageSender; use crate::thread_state::ThreadStateManager; -const CURRENT_TIME_REQUEST_TIMEOUT: Duration = Duration::from_secs(60); +const CURRENT_TIME_REQUEST_TIMEOUT: Duration = Duration::from_secs(30); const CURRENT_TIME_POLL_INTERVAL: Duration = Duration::from_secs(1); pub(crate) fn app_server_time_provider(