test: loosen wall-clock tolerances in download handler tests (CI flake) - #7668
Open
AronPerez wants to merge 1 commit into
Open
test: loosen wall-clock tolerances in download handler tests (CI flake)#7668AronPerez wants to merge 1 commit into
AronPerez wants to merge 1 commit into
Conversation
Contributor
Author
|
Third occurrence of this flake family in ~7h, again on a PR that doesn't touch the file: run 29970786304 (PR #7679, a wording-only change) failed |
Contributor
Author
|
Fourth occurrence: run 29972647695 (PR #7679's retry) failed |
AronPerez
force-pushed
the
ao/skyvern-132/download-handler-ci-tolerances
branch
from
July 24, 2026 08:29
c9945b2 to
e35f749
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Context
This addresses two flakes on PRs unrelated to the test file:
These tests validate bounded timeout behavior and whether an in-flight request extends the configured timeout; exact sub-second wall-clock scheduling is not part of that contract. The looser upper ceilings preserve those properties while tolerating shared-runner jitter.
Validation