Skip to content

Commit

Permalink
Increase scenario length to 2 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Dec 5, 2023
1 parent 286323d commit 3fec9d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function inner_cancel_experiment() {
trap "inner_cancel_experiment" INT
trap "inner_cancel_experiment" TERM

sleep $((60 * 60)) # Wait for 60 mins.
sleep $((2 * 60 * 60)) # Wait for 2 hours.
log_workload_point "experiment_done"

# Shut down everything now.
Expand Down

0 comments on commit 3fec9d6

Please sign in to comment.