diff --git a/files/tenant-samples/bridge/buildspec.yaml b/files/tenant-samples/bridge/buildspec.yaml index 0b3e4a83..d55aae66 100644 --- a/files/tenant-samples/bridge/buildspec.yaml +++ b/files/tenant-samples/bridge/buildspec.yaml @@ -120,7 +120,7 @@ phases: - ./push-values.sh - kubectl apply -f ${TIER}-argo-workflow.yaml --namespace argo-workflows || true - kubectl apply -f argocd-application.yaml --namespace argocd || true - - sleep 240 # waiting time to spin up tenant pods + - sleep 300 # waiting time to spin up tenant pods #- terraform apply -auto-approve --refresh=false # refresh is false to avoid unnecessary API hitting - kubectl apply -f argo-workflow.yaml --namespace argo-workflows || true diff --git a/files/tenant-samples/silo/buildspec.yaml b/files/tenant-samples/silo/buildspec.yaml index 1704db88..7d2d3ecd 100644 --- a/files/tenant-samples/silo/buildspec.yaml +++ b/files/tenant-samples/silo/buildspec.yaml @@ -114,7 +114,7 @@ phases: - chmod +x push-values.sh - ./push-values.sh # push values to tenant management gitops repository - kubectl apply -f argocd-application.yaml --namespace argocd || true - - sleep 240 # waiting time to spin up tenant pods + - sleep 300 # waiting time to spin up tenant pods #- terraform apply -auto-approve --refresh=false # refresh is false to avoid API hitting - kubectl apply -f argo-workflow.yaml --namespace argo-workflows || true finally: