Skip to content

test(app-server): increase flow test timeout to reduce flake#11814

Merged
joshka-oai merged 1 commit intomainfrom
joshka/bazel-lockfile-sync-check
Mar 2, 2026
Merged

test(app-server): increase flow test timeout to reduce flake#11814
joshka-oai merged 1 commit intomainfrom
joshka/bazel-lockfile-sync-check

Conversation

@joshka-oai
Copy link
Copy Markdown
Contributor

@joshka-oai joshka-oai commented Feb 14, 2026

Summary

  • increase DEFAULT_READ_TIMEOUT in codex_message_processor_flow from 20s to 45s
  • keep test behavior the same while avoiding platform timing flakes

Why

Windows ARM64 CI showed these tests taking about 24s before task_complete, which could fail early and produce wiremock request-count mismatches.

Testing

  • just fmt
  • cargo test -p codex-app-server codex_message_processor_flow -- --nocapture
Increase codex_message_processor_flow read timeout from 20s to 45s.

The Windows ARM64 CI failure showed these integration tests sometimes
need about 24s before task_complete arrives. The previous timeout could
trip early and fail with wiremock request-count mismatches.

This keeps the test intent the same while removing platform timing
variance.
@joshka-oai joshka-oai merged commit 75e7c80 into main Mar 2, 2026
33 checks passed
@joshka-oai joshka-oai deleted the joshka/bazel-lockfile-sync-check branch March 2, 2026 20:29
@github-actions github-actions bot locked and limited conversation to collaborators Mar 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants