Increase the patch approval test timeout - #34438
Merged
copyberry[bot] merged 1 commit intoJul 21, 2026
Merged
Conversation
## Why Patch approval events can take longer than the default test event timeout. ## What changed Wait up to 15 seconds for a patch approval request or turn completion in the approval test helper, while preserving the existing event checks and assertions. GitOrigin-RevId: 73a50538482b5a88ccf0be07f8fad21000e54699
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/73a50538482b5a88ccf0be07f8fad21000e54699
branch
from
July 21, 2026 01:16
4d6ad5d to
c0cd337
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/73a50538482b5a88ccf0be07f8fad21000e54699
branch
July 21, 2026 01:17
khanhthanhdev
temporarily deployed
to
issue-triage
July 21, 2026 01:17 — with
GitHub Actions
Inactive
khanhthanhdev
temporarily deployed
to
issue-triage
July 21, 2026 01:17 — with
GitHub Actions
Inactive
khanhthanhdev
temporarily deployed
to
issue-triage
July 21, 2026 01:17 — with
GitHub Actions
Inactive
khanhthanhdev
temporarily deployed
to
issue-triage
July 21, 2026 01:18 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Increase the patch approval test timeout
Why
Patch approval events can take longer than the default test event timeout.
What changed
Wait up to 15 seconds for a patch approval request or turn completion in the
approval test helper, while preserving the existing event checks and assertions.