diff --git a/modules/training/templates/run_app.sh.erb b/modules/training/templates/run_app.sh.erb index 6e2ce45..9ebd482 100644 --- a/modules/training/templates/run_app.sh.erb +++ b/modules/training/templates/run_app.sh.erb @@ -56,5 +56,6 @@ esac while true; do /usr/local/bin/run_sysbench.sh -c 4 -p $port -h $host -x oltp_custom -b 50 -o "--oltp-reconnect=1" + sleep 1 done