Skip to content

Commit

Permalink
chore: extend e2e tests' timeout (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Jun 17, 2024
1 parent dd7bb71 commit aa8f107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
TEST_RUN: ${{ matrix.test }}

e2e-tests:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
timeout-minutes: 30 # Setting up a GKE cluster and getting a LB ready can take more than the default 10m.
environment: gcloud
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit aa8f107

Please sign in to comment.