Skip to content

Commit

Permalink
gather_metrics 60s -> 180s
Browse files Browse the repository at this point in the history
  • Loading branch information
brianolson committed Aug 4, 2023
1 parent 12db052 commit 2e0c2a3
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 @@ -1235,7 +1235,7 @@ fn network_bandwidth() -> ForgeConfig {
fn gather_metrics() -> ForgeConfig {
ForgeConfig::default()
.add_network_test(GatherMetrics)
.add_network_test(Delay::new(60))
.add_network_test(Delay::new(180))
.add_network_test(GatherMetrics)
}

Expand Down

0 comments on commit 2e0c2a3

Please sign in to comment.