Set the published version check to sleep for 30 seconds (#4143)

Signed-off-by: Charles Pretzer <charles@buoyant.io>
This commit is contained in:
cpretzer 2020-03-06 12:27:21 -08:00 committed by GitHub
parent dac5adc767
commit abbf4a4e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ jobs:
until RES=$(curl -sL https://run.linkerd.io/$INSTALL | grep "LINKERD2_VERSION=\${LINKERD2_VERSION:-$TAG}") \
|| (( count++ >= 10 ))
do
sleep 5
sleep 30
done
if [[ -z $RES ]]; then
echo "::error::The version '$TAG' was NOT found published in the website"