Skip to content

Commit

Permalink
probing ci timeout flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
EdHastingsCasperAssociation committed Mar 1, 2024
1 parent 6bae75d commit 1bdcf1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/reactor/main_reactor/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ async fn network_should_recover_from_stall() {

// Expect node 0 can't produce more blocks, i.e. the network has stalled.
fixture
.try_run_until_block_height(3, TEN_SECS)
.try_run_until_block_height(3, ONE_MIN)
.await
.expect_err("should time out");

Expand Down Expand Up @@ -1796,7 +1796,7 @@ const ERA_COUNT: u64 = 3;
const ERA_DURATION: u64 = 20000; //milliseconds
const MIN_HEIGHT: u64 = 6;
const BLOCK_TIME: u64 = 2000; //milliseconds
const TIME_OUT: u64 = 500; //seconds
const TIME_OUT: u64 = 600; //seconds
const SEIGNIORAGE: (u64, u64) = (1u64, 100u64);
const REPRESENTATIVE_NODE_INDEX: usize = 0;
// Parameters we generally want to vary
Expand Down

0 comments on commit 1bdcf1f

Please sign in to comment.