From 1ee6d79400d0e25817433c5026cc8ae340b124e3 Mon Sep 17 00:00:00 2001 From: Patrick Lee Scott Date: Sun, 19 Dec 2021 12:20:43 -0600 Subject: [PATCH] chore: increase wait timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87f356a..2245bee 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ deploy-to-local-cluster: -f ./charts/$(SERVICE_NAME)/values.yaml \ --set image.repository=dev.local/$(SERVICE_NAME),image.tag=$(NOW) \ | kubectl apply -f - - kubectl wait --for=condition=ready ksvc example-hasura + kubectl wait --for=condition=ready ksvc example-hasura --timeout=600s delete-local-deployment: kubectl ctx $(LOCAL_DEV_CLUSTER)