Skip to content

Commit

Permalink
increase timeout of catchup back to previous
Browse files Browse the repository at this point in the history
  • Loading branch information
bfish713 committed Oct 12, 2023
1 parent 4917347 commit 30bae78
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 @@ -44,7 +44,7 @@ async fn test_catchup() {
metadata.completion_task_description =
CompletionTaskDescription::TimeBasedCompletionTaskBuilder(
TimeBasedCompletionTaskDescription {
duration: Duration::from_millis(10000),
duration: Duration::from_millis(100000),
},
);
metadata.overall_safety_properties = OverallSafetyPropertiesDescription {
Expand Down

0 comments on commit 30bae78

Please sign in to comment.