mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 12:06:57 +00:00
Bump timeout for min runners workflow to 30s (#4306)
This commit is contained in:
2
.github/workflows/gha-e2e-tests.yaml
vendored
2
.github/workflows/gha-e2e-tests.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user