Skip to content

Comments

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

Open
joshka-oai wants to merge 1 commit intomainfrom
joshka/bazel-lockfile-sync-check
Open

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

Conversation

@joshka-oai
Copy link
Collaborator

@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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant