Skip to content

Commit

Permalink
fix(nayduck): add realistic timeout for check_process_flipped_block_f…
Browse files Browse the repository at this point in the history
…ails (#10161)

`check_process_flipped_block_fails` takes around 7 minutes locally, but
I have no idea how powerful Nayduck machines are, so setting timeout to
20 minutes.
Default timeout is 3 minutes, so this test times out constantly right
now.
  • Loading branch information
posvyatokum authored Nov 13, 2023
1 parent ea1dabc commit 451d4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nightly/expensive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ expensive --timeout=600 near-chain near_chain tests::gc::test_gc_pine --features
expensive --timeout=700 near-chain near_chain tests::gc::test_gc_star_large
expensive --timeout=700 near-chain near_chain tests::gc::test_gc_star_large --features nightly

expensive integration-tests integration_tests tests::client::block_corruption::check_process_flipped_block_fails
expensive integration-tests integration_tests tests::client::block_corruption::check_process_flipped_block_fails --features nightly
expensive --timeout=1200 integration-tests integration_tests tests::client::block_corruption::check_process_flipped_block_fails
expensive --timeout=1200 integration-tests integration_tests tests::client::block_corruption::check_process_flipped_block_fails --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full --features nightly
expensive integration-tests integration_tests tests::client::chunks_management::chunks_recovered_from_full_cop
Expand Down

0 comments on commit 451d4ef

Please sign in to comment.