Skip to content

Commit

Permalink
reduced time for test_node_staggered_starts
Browse files Browse the repository at this point in the history
  • Loading branch information
lanvidr committed Dec 1, 2022
1 parent 1c64f63 commit 2de2c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhal/primary/tests/nodes_bootstrapping_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async fn test_node_staggered_starts() {
// nodes logs.
let _guard = setup_tracing();

let node_staggered_delay = Duration::from_secs(60 * 5); // 5 minutes
let node_staggered_delay = Duration::from_secs(60 * 2); // 2 minutes

// A cluster of 4 nodes will be created
let cluster = Cluster::new(None, true);
Expand Down

0 comments on commit 2de2c28

Please sign in to comment.