added timeout to wait for pods
This commit is contained in:
parent
718ab751be
commit
543fa10aa1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/smoke-tests.yml
vendored
1
.github/workflows/smoke-tests.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
run: |
|
||||
skaffold run
|
||||
- name: Wait For Pods
|
||||
timeout-minutes: 20
|
||||
run: |
|
||||
set -x
|
||||
kubectl wait --for=condition=available --timeout=500s deployment/adservice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue