From 84dfa757bfe107d52c1687c37d5103dfc15005de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kasapo=C4=9Flu?= Date: Sun, 20 Oct 2024 16:20:08 +0300 Subject: [PATCH] Update deploy-dev.yml --- .github/workflows/deploy-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 82075c7f..d131c5cd 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -59,7 +59,7 @@ jobs: kubectl rollout status deployment/backend --timeout=5m --namespace=default # Wait for a few moments to allow Kubernetes to stabilize echo "Waiting for the pods to stabilize..." - sleep 30 # Wait for 30 seconds + sleep 120 # Check frontend pods for any waiting reasons echo "Checking the status of the frontend pods:" FRONTEND_WAITING_REASONS=\$(kubectl get pods -l app=frontend --namespace=default -o jsonpath='{.items[*].status.containerStatuses[*].state.waiting.reason}')