Skip to content

test: rationalized test timeouts (#4213)#4266

Merged
NoopDog merged 3 commits intomainfrom
jonah/4213-review-test-timeouts
Nov 14, 2024
Merged

test: rationalized test timeouts (#4213)#4266
NoopDog merged 3 commits intomainfrom
jonah/4213-review-test-timeouts

Conversation

@mrtopsyt
Copy link
Copy Markdown
Contributor

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

@mrtopsyt mrtopsyt linked an issue Nov 13, 2024 that may be closed by this pull request
@mrtopsyt mrtopsyt marked this pull request as ready for review November 13, 2024 18:28
Copy link
Copy Markdown
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 thread e2e/testFunctions.ts Outdated
Comment on lines +11 to +12
const EXPORT_REQUEST_TIMEOUT = 60000;
const DOWNLOAD_TIMEOUT = 10000;
Copy link
Copy Markdown
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
@mrtopsyt mrtopsyt 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review test timeouts

3 participants