From cf890fd725e8a2da4e338f765179feb72e36493f Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 4 Mar 2026 23:38:35 -0800 Subject: [PATCH] Annotate unsubscribe stabilization timer --- codex-rs/app-server/tests/suite/v2/thread_unsubscribe.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/app-server/tests/suite/v2/thread_unsubscribe.rs b/codex-rs/app-server/tests/suite/v2/thread_unsubscribe.rs index 7e19488f0d..d6207f8314 100644 --- a/codex-rs/app-server/tests/suite/v2/thread_unsubscribe.rs +++ b/codex-rs/app-server/tests/suite/v2/thread_unsubscribe.rs @@ -40,7 +40,7 @@ async fn wait_for_responses_request_count_to_stabilize( settle_duration: std::time::Duration, ) -> Result<()> { timeout(DEFAULT_READ_TIMEOUT, async { - let mut stable_since = None; + let mut stable_since: Option = None; loop { let requests = server .received_requests()