Skip to content

Commit

Permalink
allow more failures in web catchup test
Browse files Browse the repository at this point in the history
  • Loading branch information
bfish713 committed Sep 20, 2023
1 parent fb690fb commit 6d8f64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/testing/tests/catchup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ async fn test_catchup_one_node() {
..Default::default()
};
// only alow for the view which the catchup node hasn't started to fail
metadata.overall_safety_properties.num_failed_views = 1;
metadata.overall_safety_properties.num_failed_views = 5;

metadata
.gen_launcher::<SequencingTestTypes, SequencingMemoryImpl>()
Expand Down

0 comments on commit 6d8f64d

Please sign in to comment.