Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit f49358b

Browse files
nikola-jokicunpollito
authored andcommitted
Bump timeout for min runners workflow to 30s (actions#4306)
1 parent 299d2c1 commit f49358b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gha-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ jobs:
984984
echo "5 pods are up!"
985985
break
986986
fi
987-
if [[ "$count" -ge 12 ]]; then
987+
if [[ "$count" -ge 30 ]]; then
988988
echo "Timeout waiting for 5 pods to be created"
989989
exit 1
990990
fi

0 commit comments

Comments
 (0)