Skip to content

Commit

Permalink
gha: Increase timeout for GKE
Browse files Browse the repository at this point in the history
Signed-off-by: Tam Mach <[email protected]>
  • Loading branch information
sayboras authored and michi-covalent committed Sep 20, 2022
1 parent 6762542 commit 13ae2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
installation-and-connectivity:
if: ${{ github.repository == 'cilium/cilium-cli' }}
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 45
steps:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Wait for test job
env:
timeout: 15m
timeout: 30m
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 13ae2fa

Please sign in to comment.