From bdd282f3bbd55df3a869a5438519cd948c134d4d Mon Sep 17 00:00:00 2001 From: rka-oai Date: Sat, 27 Jun 2026 16:42:03 -0700 Subject: [PATCH] [app-server] increase currentTime/read timeout (#30384) ## Summary Increase the external currentTime/read request timeout from 5 seconds to 10 seconds. ## Validation - just fmt - Focused app-server test build was stopped to defer validation to CI. --- 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 ae873bfc6..57be618af 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(5); +const CURRENT_TIME_REQUEST_TIMEOUT: Duration = Duration::from_secs(10); const CURRENT_TIME_POLL_INTERVAL: Duration = Duration::from_secs(1); pub(crate) fn app_server_time_provider(