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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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