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: |
|
run: |
|
||||||
skaffold run
|
skaffold run
|
||||||
- name: Wait For Pods
|
- name: Wait For Pods
|
||||||
|
timeout-minutes: 20
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
kubectl wait --for=condition=available --timeout=500s deployment/adservice
|
kubectl wait --for=condition=available --timeout=500s deployment/adservice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue