From 13ae2fa3dcee169edea706bf8dc490237686c527 Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Mon, 29 Aug 2022 23:02:29 +1000 Subject: [PATCH] gha: Increase timeout for GKE Signed-off-by: Tam Mach --- .github/workflows/gke.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gke.yaml b/.github/workflows/gke.yaml index 11914769a3..aee1fb37d7 100644 --- a/.github/workflows/gke.yaml +++ b/.github/workflows/gke.yaml @@ -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 @@ -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 }} &