From fa26b6852d00dd6577eb900e167dd149e1274990 Mon Sep 17 00:00:00 2001 From: Xinran Zhang Date: Mon, 26 Aug 2024 11:02:25 -0700 Subject: [PATCH] Revert "add timeout" This reverts commit d73203d0c86c80de87cbaaff943f03e5be6f01e2. --- .github/workflows/dotnet-eks-e2e-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-eks-e2e-test.yml b/.github/workflows/dotnet-eks-e2e-test.yml index 0dbae88d2..373d1b6c6 100644 --- a/.github/workflows/dotnet-eks-e2e-test.yml +++ b/.github/workflows/dotnet-eks-e2e-test.yml @@ -208,7 +208,7 @@ jobs: 60 execute_and_retry 2 "kubectl delete pods --all -n ${{ env.DOTNET_SAMPLE_APP_NAMESPACE }}" "" 60 - execute_and_retry 2 "kubectl wait --for=condition=Ready --request-timeout '5m' pod --all -n ${{ env.DOTNET_SAMPLE_APP_NAMESPACE }}" "" 60 + execute_and_retry 2 "kubectl wait --for=condition=Ready --request-timeout '5m' pod --all -n ${{ env.DOTNET_SAMPLE_APP_NAMESPACE }}" "" 10 fi # If the deployment_failed is 1 then either the terraform deployment or the endpoint connection failed, so first destroy the