Skip to content

Commit

Permalink
Increase sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobebway committed Jul 29, 2024
1 parent 906c1e6 commit cf07a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k8s-compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ jobs:
run: |
kubectl get apigateways.operator.kyma-project.io -n kyma-system -o yaml
- name: On error, sleep for 2 hours
- name: On error, sleep for 1 day
if: failure()
run: |
sleep 7200
sleep 1d
- name: Cleanup modules
if: ${{ always() }}
Expand Down

0 comments on commit cf07a0d

Please sign in to comment.