Skip to content

Commit b550010

Browse files
authored
ci: Revamp the QNS CI action timeout (#2361)
* ci: Revamp the QNS CI action timeout It seems that the `TIMEOUT` env variable applies to all steps? * Simpler
1 parent 7f8136e commit b550010

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/qns.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ permissions:
2323
env:
2424
LATEST: neqo-latest
2525
DELIM: ' vs. '
26-
TIMEOUT: 30
2726

2827
jobs:
2928
docker-image:
@@ -149,7 +148,7 @@ jobs:
149148

150149
# TODO: Replace once https://github.com/quic-interop/quic-interop-runner/pull/356 is merged.
151150
- uses: ./.github/actions/quic-interop-runner
152-
timeout-minutes: ${{ fromJSON(env.TIMEOUT) }}
151+
timeout-minutes: 20
153152
with:
154153
client: ${{ steps.depair.outputs.client }}
155154
server: ${{ steps.depair.outputs.server }}

0 commit comments

Comments
 (0)