This commit is contained in:
Valentin Afanasev
2025-08-05 03:34:09 +03:00
parent b395df951c
commit fdf0d4e40c

View File

@ -14,7 +14,7 @@ runs:
echo "Still not ready..." echo "Still not ready..."
sleep 2 sleep 2
timeout=$((timeout - 2)) timeout=$((timeout - 2))
[ $timeout -le 0 ] && echo "Timeout waiting for pod" && exit 1 [[ ${timeout} -le 0 ]] && echo "Timeout waiting for pod" && exit 10
done done
shell: bash shell: bash
env: env: