Skip to content

Commit aa8f107

Browse files
authored
chore: extend e2e tests' timeout (#1106)
1 parent dd7bb71 commit aa8f107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
TEST_RUN: ${{ matrix.test }}
8787

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

0 commit comments

Comments
 (0)