sleeping 90

This commit is contained in:
galenmarchetti 2020-05-31 12:56:16 -03:00
parent 0165827857
commit 374062aa1a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ${LATEST_KURTOSIS_TAG}) &
kurtosis_pid=$!
sleep 15
sleep 90
kill ${kurtosis_pid}
ACTUAL_EXIT_STATUS=$(docker ps -a --latest --filter ancestor=${LATEST_CONTROLLER_TAG} --format="{{.Status}}")