Skip to content

Commit

Permalink
ci: Revamp the QNS CI action timeout (#2361)
Browse files Browse the repository at this point in the history
* ci: Revamp the QNS CI action timeout

It seems that the `TIMEOUT` env variable applies to all steps?

* Simpler
  • Loading branch information
larseggert authored Jan 15, 2025
1 parent 7f8136e commit b550010
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ permissions:
env:
LATEST: neqo-latest
DELIM: ' vs. '
TIMEOUT: 30

jobs:
docker-image:
Expand Down Expand Up @@ -149,7 +148,7 @@ jobs:

# TODO: Replace once https://github.com/quic-interop/quic-interop-runner/pull/356 is merged.
- uses: ./.github/actions/quic-interop-runner
timeout-minutes: ${{ fromJSON(env.TIMEOUT) }}
timeout-minutes: 20
with:
client: ${{ steps.depair.outputs.client }}
server: ${{ steps.depair.outputs.server }}
Expand Down

0 comments on commit b550010

Please sign in to comment.