Skip to content

Commit 0892a6a

Browse files
committed
Increase view timeout in test_all_restart_epochs
1 parent d479aa3 commit 0892a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hotshot-testing/tests/tests_6/test_epochs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ cross_tests!(
501501
Ignore: false,
502502
Metadata: {
503503
let timing_data = TimingData {
504-
next_view_timeout: 2000,
504+
next_view_timeout: 5000,
505505
..Default::default()
506506
};
507507
let mut metadata = TestDescription::default().set_num_nodes(20,20);

0 commit comments

Comments
 (0)