Skip to content

Commit

Permalink
[forge] increase epoch no progress secs
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalajiarun committed Nov 22, 2024
1 parent 9605718 commit d3ddcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/forge-cli/src/suites/realistic_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ pub(crate) fn realistic_env_max_load_test(
.add_latency_threshold(4.5, LatencyType::P70)
.add_chain_progress(StateProgressThreshold {
max_non_epoch_no_progress_secs: 15.0,
max_epoch_no_progress_secs: 15.0,
max_epoch_no_progress_secs: 16.0,
max_non_epoch_round_gap: 4,
max_epoch_round_gap: 4,
});
Expand Down

0 comments on commit d3ddcab

Please sign in to comment.