Skip to content
Snippets Groups Projects
Commit c5bdf400 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

sleep time correctly computed

parent 21401816
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,8 @@ zenity --question \
--cancel-label="No, thanks" && firefox http://localhost:1301/ &
# Wait the end of the run
sleep ${run_duration}
let 'run_duration_seconds = ${run_duration} * 60'
sleep ${run_duration_seconds}
zenity --info --text="Run ${run_number} finished!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment