Skip to content

Commit

Permalink
[Stability] Quick fix for Libp2p CI (#2261)
Browse files Browse the repository at this point in the history
* increase num failed view cutoff

* increase round start delay
  • Loading branch information
rob-maron authored Dec 19, 2023
1 parent 7c41253 commit 589e4c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion testing/tests/libp2p.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use hotshot_testing::{
completion_task::{CompletionTaskDescription, TimeBasedCompletionTaskDescription},
node_types::{Libp2pImpl, TestTypes},
overall_safety_task::OverallSafetyPropertiesDescription,
test_builder::TestMetadata,
test_builder::{TestMetadata, TimingData},
};
use tracing::instrument;

Expand All @@ -28,6 +28,10 @@ async fn libp2p_network() {
duration: Duration::new(240, 0),
},
),
timing_data: TimingData {
round_start_delay: 100,
..Default::default()
},
..TestMetadata::default_multiple_rounds()
};

Expand Down

0 comments on commit 589e4c7

Please sign in to comment.