Skip to content

Commit

Permalink
Reduce workload length to 90 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Dec 12, 2023
1 parent 816085e commit b78c62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/15-e2e-scenarios-v2/scale_down/run_workload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ trap "inner_cancel_experiment" TERM
# - Turn off Redshift
# Detection time is ~5 minutes
# Transition time is ~7 minutes
# Allow the workload to run for 2 hours.
total_second_phase_time_s="$((2 * 60 * 60))"
# Allow the workload to run for 1.5 hours.
total_second_phase_time_s="$((90 * 60))"
wait_start="$(date -u +%s)"

poll_file_for_event $COND_OUT/brad_daemon_events.csv "post_transition_completed" 30
Expand Down

0 comments on commit b78c62c

Please sign in to comment.