Skip to content

Commit

Permalink
Test CI with increased duration and next_view_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
shenkeyao committed Nov 30, 2023
1 parent 957f0c0 commit b6f1b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/testing/src/test_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ impl TestMetadata {
completion_task_description: CompletionTaskDescription::TimeBasedCompletionTaskBuilder(
TimeBasedCompletionTaskDescription {
// Increase the duration to get the expected number of successful views.
duration: Duration::new(200, 0),
duration: Duration::new(300, 0),
},
),
overall_safety_properties: OverallSafetyPropertiesDescription {
..Default::default()
},
timing_data: TimingData {
next_view_timeout: 3000,
next_view_timeout: 5000,
..TimingData::default()
},
..TestMetadata::default()
Expand Down

0 comments on commit b6f1b08

Please sign in to comment.