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

fix(nightly) increasing timeout for catchup tests #2865

Merged
merged 1 commit into from
Jun 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions nightly/nightly.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@ pytest adversarial/start_from_genesis.py doomslug_off
pytest adversarial/start_from_genesis.py overtake doomslug_off

# catchup tests
expensive near-client catching_up tests::test_catchup_receipts_sync_third_epoch
expensive near-client catching_up tests::test_catchup_receipts_sync_last_block
expensive near-client catching_up tests::test_catchup_receipts_sync_distant_epoch
expensive near-client catching_up tests::test_catchup_random_single_part_sync
expensive near-client catching_up tests::test_catchup_random_single_part_sync_skip_15
expensive near-client catching_up tests::test_catchup_random_single_part_sync_send_15
expensive near-client catching_up tests::test_catchup_random_single_part_sync_non_zero_amounts
expensive near-client catching_up tests::test_catchup_random_single_part_sync_height_6
expensive near-client catching_up tests::test_catchup_sanity_blocks_produced
expensive --timeout=1800 near-client catching_up tests::test_catchup_receipts_sync_third_epoch
expensive --timeout=1800 near-client catching_up tests::test_catchup_receipts_sync_last_block
expensive --timeout=1800 near-client catching_up tests::test_catchup_receipts_sync_distant_epoch
expensive --timeout=1800 near-client catching_up tests::test_catchup_random_single_part_sync
expensive --timeout=1800 near-client catching_up tests::test_catchup_random_single_part_sync_skip_15
expensive --timeout=1800 near-client catching_up tests::test_catchup_random_single_part_sync_send_15
expensive --timeout=1800 near-client catching_up tests::test_catchup_random_single_part_sync_non_zero_amounts
expensive --timeout=1800 near-client catching_up tests::test_catchup_random_single_part_sync_height_6
expensive --timeout=1800 near-client catching_up tests::test_catchup_sanity_blocks_produced
expensive --timeout=3600 near-client catching_up tests::test_all_chunks_accepted_1000
# expensive --timeout=7200 near-client catching_up tests::test_all_chunks_accepted_1000_slow
expensive --timeout=1800 near-client catching_up tests::test_all_chunks_accepted_1000_rare_epoch_changing
expensive near-client catching_up tests::test_catchup_sanity_blocks_produced_doomslug
expensive near-client catching_up tests::test_catchup_receipts_sync_hold
expensive near-client catching_up tests::test_chunk_grieving
expensive --timeout=1800 near-client catching_up tests::test_catchup_sanity_blocks_produced_doomslug
expensive --timeout=1800 near-client catching_up tests::test_catchup_receipts_sync_hold
expensive --timeout=1800 near-client catching_up tests::test_chunk_grieving

expensive nearcore test_catchup test_catchup

Expand Down