Skip to content

Commit

Permalink
[Forge] Reduce the TPS requirement from 6000 to 5500 (#5865)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitalkedia authored Dec 12, 2022
1 parent b3026da commit 2ecef23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/forge-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ fn land_blocking_test_suite(duration: Duration) -> ForgeConfig<'static> {
SuccessCriteria::new(if duration.as_secs() > 1200 {
5000
} else {
6000
5500
})
.add_no_restarts()
.add_wait_for_catchup_s(
Expand Down

0 comments on commit 2ecef23

Please sign in to comment.