Skip to content

Commit b78356d

Browse files
committed
.github: Bump timeout waiting for pod to be ready
1 parent 5d017e9 commit b78356d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/stabilize_snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def check_pods_running():
205205
"--all",
206206
"--all-namespaces",
207207
"--for=condition=Ready",
208-
"--timeout=10s",
208+
"--timeout=60s",
209209
"--selector=!job-name", # We filter out Jobs (they can't be Ready)
210210
capture_output=True,
211211
check=True,

0 commit comments

Comments
 (0)