Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: rationalized test timeouts (#4213) #4266

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Conversation

jpaten
Copy link
Contributor

@jpaten jpaten commented Nov 13, 2024

Ticket

Closes #4213 .

Reviewers

@NoopDog .

Changes

  • Removed all timeout calls, except where necessary for reliability
  • Set a global test timeout of 3 minutes, and removed all test.setTimeout calls

@jpaten jpaten linked an issue Nov 13, 2024 that may be closed by this pull request
@github-actions github-actions bot added the canary Done by the Clever Canary team label Nov 13, 2024
@jpaten jpaten marked this pull request as ready for review November 13, 2024 18:28
Copy link
Contributor

@MillenniumFalconMechanic MillenniumFalconMechanic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks Jonah! I have asked for one super small nit; please feel free to merge this PR once you have made the update.

Comment on lines 11 to 12
const EXPORT_REQUEST_TIMEOUT = 60000;
const DOWNLOAD_TIMEOUT = 10000;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super small nit: would you be able to rename these to TIMEOUT_EXPORT_REQUEST and TIMEOUT_DOWNLOAD?

@NoopDog NoopDog merged commit 22db235 into main Nov 14, 2024
4 checks passed
@jpaten jpaten deleted the jonah/4213-review-test-timeouts branch November 14, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
canary Done by the Clever Canary team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review test timeouts
3 participants