Skip to content

Commit

Permalink
adjust the waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
taghreed86 committed Dec 5, 2023
1 parent e70510e commit 160ada2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ jobs:
flux reconcile kustomization violating-podinfo -n default --with-source || true
kubectl get pods -A
- name: Wait 5 minutes for App reconciliation
- name: Wait 3 minutes for the App reconciliation
uses: jakejarvis/wait-action@master
with:
time: '5m'
time: '3m'

- name: run tests
if: success()
Expand Down

0 comments on commit 160ada2

Please sign in to comment.