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

Increase tests timeout to reduce flakiness #3109

Closed
arboleya opened this issue Sep 5, 2024 · 0 comments · Fixed by #3115
Closed

Increase tests timeout to reduce flakiness #3109

arboleya opened this issue Sep 5, 2024 · 0 comments · Fixed by #3115
Assignees
Labels
chore Issue is a chore

Comments

@arboleya
Copy link
Member

arboleya commented Sep 5, 2024

Note

Incoming from:

launchNode

This PR increased it from 5000 to 10000, but it wasn't enough:

We can try with 15000, and also add it to the failing test specifically instead of the whole suite / describe block.

  1. fix: consistent typegen outputs #3040 —— workflow
  2. fix: UI integration tests #3044 —— workflow
 FAIL  packages/account/src/test-utils/launchNode.test.ts > launchNode > should throw on error and log error message
Error: Test timed out in 5000ms.

contract-factory

  1. ci: revert gas price estimation test flakiness #2993workflow
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯

 FAIL  packages/fuel-gauge/src/contract-factory.test.ts > Contract Factory > deploys large contracts via blobs and awaits transaction id
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯

 Test Files  1 failed | 376 passed (377)
      Tests  1 failed | 2196 passed | 4 skipped (2201)
   Start at  00:34:58
   Duration  178.41s (transform 77.37s, setup 135ms, collect 1108.61s, tests 975.44s, environment 337ms, prepare 273.12s)

 ELIFECYCLE  Command failed with exit code 1.
Error: Process completed with exit code 1.
@arboleya arboleya added the chore Issue is a chore label Sep 5, 2024
@arboleya arboleya mentioned this issue Sep 5, 2024
@arboleya arboleya self-assigned this Sep 5, 2024
@arboleya arboleya mentioned this issue Sep 5, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant