Skip to content

Commit b80736c

Browse files
committed
feat: increase pod wait timeout to 5min
1 parent a2ab081 commit b80736c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/kubectl/pods.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const waitForPodReady = (pod: CloudSqlProxyPod) => {
4040
execCommand(`
4141
kubectl wait pod ${pod.name} \
4242
--for=condition=ready \
43+
--timeout=300s \
4344
--context="${pod.context}" \
4445
--namespace="${pod.namespace}"
4546
`)

0 commit comments

Comments
 (0)