Skip to content

Commit

Permalink
Slow down sims
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Sep 18, 2020
1 parent 6823048 commit 3cf0de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/simulator/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.short("s")
.long("speed_up_factor")
.takes_value(true)
.default_value("6")
.default_value("3")
.help("Speed up factor"))
.arg(Arg::with_name("continue_after_checks")
.short("c")
Expand Down Expand Up @@ -62,7 +62,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.short("s")
.long("speed_up_factor")
.takes_value(true)
.default_value("6")
.default_value("3")
.help("Speed up factor"))
.arg(Arg::with_name("continue_after_checks")
.short("c")
Expand Down

0 comments on commit 3cf0de3

Please sign in to comment.