Skip to content

Commit

Permalink
Removed the sleep command in every try.
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Roldan <[email protected]>
  • Loading branch information
airvzxf committed Sep 26, 2020
1 parent a8077fc commit b5b8995
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ until [ ${COUNTER} -gt ${INPUT_MAX_RETRIES} ]; do
fi

COUNTER=$((COUNTER + 1))
echo "Sleeping for 20 seconds..."
sleep 20s
done

if [ -z "${SUCCESS}" ]; then
Expand Down

0 comments on commit b5b8995

Please sign in to comment.