Increase wait time for the helm e2e test

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/1553/head
Stefan Prodan 4 years ago
parent d455db444c
commit fdc366ec1c
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -193,7 +193,7 @@ jobs:
/tmp/flux create kustomization flux-system \
--source=flux-system \
--path=./clusters/staging
kubectl -n flux-system wait kustomization/apps --for=condition=ready --timeout=2m
kubectl -n flux-system wait kustomization/apps --for=condition=ready --timeout=5m
- name: flux check
run: |
/tmp/flux check

Loading…
Cancel
Save