Skip to content

Commit

Permalink
ci: enforce a 45 minute timeout per test run (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored Feb 1, 2024
1 parent 7d606b1 commit fe2b1cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
needs: [ wireshark, config, docker-pull-tools, docker-pull-images ]
runs-on: ubuntu-latest
continue-on-error: true
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit fe2b1cf

Please sign in to comment.