Skip to content

Commit

Permalink
update tolerances again
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Dec 13, 2023
1 parent 757e352 commit 47f3287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/testing/tests/timeout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ async fn test_timeout_libp2p() {
async_compatibility_layer::logging::setup_backtrace();
let timing_data = TimingData {
next_view_timeout: 7000,
start_delay: 4000,
round_start_delay: 5000,
start_delay: 7000,
round_start_delay: 7000,
..Default::default()
};

let mut metadata = TestMetadata {
total_nodes: 10,
start_nodes: 10,
num_bootstrap_nodes: 5,
num_bootstrap_nodes: 10,
..Default::default()
};
let dead_nodes = vec![ChangeNode {
Expand Down

0 comments on commit 47f3287

Please sign in to comment.