Bump timeout for min runners workflow to 30s (#4306)

This commit is contained in:
Nikola Jokic
2025-11-10 13:01:58 +01:00
committed by GitHub
parent dbac55ca9e
commit dcb45f0617

View File

@@ -984,7 +984,7 @@ jobs:
echo "5 pods are up!"
break
fi
if [[ "$count" -ge 12 ]]; then
if [[ "$count" -ge 30 ]]; then
echo "Timeout waiting for 5 pods to be created"
exit 1
fi