Skip to content

Commit

Permalink
gha: increase Multicluster timeout
Browse files Browse the repository at this point in the history
Recently the Multicluster workflow started to timeout pretty often.
Try to increase the timeout and see if the problem re-appears.

Signed-off-by: Anton Protopopov <[email protected]>
  • Loading branch information
aspsk authored and michi-covalent committed Mar 15, 2024
1 parent 2effe31 commit b2be112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multicluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Wait for test job
env:
timeout: 30m
timeout: 60m
run: |
# Background wait for job to complete or timeout
kubectl -n kube-system wait job/cilium-cli --for=condition=complete --timeout=${{ env.timeout }} &
Expand Down

0 comments on commit b2be112

Please sign in to comment.