We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7bb71 commit aa8f107Copy full SHA for aa8f107
.github/workflows/release-testing.yaml
@@ -86,7 +86,7 @@ jobs:
86
TEST_RUN: ${{ matrix.test }}
87
88
e2e-tests:
89
- 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.
90
environment: gcloud
91
runs-on: ubuntu-latest
92
steps:
0 commit comments