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

This commit is contained in:
Nikola Jokic
2025-11-10 12:01:58 +00:00
committed by GitHub
parent dbac55ca9e
commit dcb45f0617
+1 -1
View File
@@ -984,7 +984,7 @@ jobs:
echo "5 pods are up!" echo "5 pods are up!"
break break
fi fi
if [[ "$count" -ge 12 ]]; then if [[ "$count" -ge 30 ]]; then
echo "Timeout waiting for 5 pods to be created" echo "Timeout waiting for 5 pods to be created"
exit 1 exit 1
fi fi