Skip to content

Commit

Permalink
chore: pytest single_shard_tracking timeout (#12284)
Browse files Browse the repository at this point in the history
The test workload looks heavy enough to exceed default 3m timeout
sometimes, as we can see in the test history.
https://nayduck.nearone.org/#/run/454
  • Loading branch information
Longarithm authored Oct 24, 2024
1 parent ef5669d commit cd319ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nightly/pytest-sanity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ pytest --timeout=240 sanity/state_sync5.py --features nightly
pytest sanity/state_sync_missing_chunks.py
pytest sanity/state_sync_missing_chunks.py --features nightly

pytest sanity/single_shard_tracking.py
pytest sanity/single_shard_tracking.py --features nightly
pytest --timeout=270 sanity/single_shard_tracking.py
pytest --timeout=270 sanity/single_shard_tracking.py --features nightly

pytest --timeout=3600 sanity/state_sync_massive.py
pytest --timeout=3600 sanity/state_sync_massive_validator.py
Expand Down

0 comments on commit cd319ac

Please sign in to comment.