Skip to content

Commit ad86329

Browse files
committed
Fix e2e timing out
Signed-off-by: Matheus Pimenta <[email protected]>
1 parent 6339e28 commit ad86329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
--path=./clusters/test
3737
- name: Verify cluster reconciliation
3838
run: |
39-
kubectl -n flux-system wait kustomization/monitoring-controllers --for=condition=ready --timeout=10m
39+
kubectl -n flux-system wait kustomization/monitoring-controllers --for=condition=ready --timeout=20m
4040
kubectl -n flux-system wait kustomization/monitoring-configs --for=condition=ready --timeout=1m
4141
- name: Debug failure
4242
if: failure()

0 commit comments

Comments
 (0)