Skip to content

Commit

Permalink
Hard 10 minutes timeout per job
Browse files Browse the repository at this point in the history
  • Loading branch information
iamFIREcracker committed Jan 13, 2024
1 parent 18b4122 commit 42aeb82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
ci-config:
runs-on: ubuntu-latest
timeout-minutes: 10
outputs:
enabled: ${{ steps.set-enabled.outputs.enabled }}
roswell-version: ${{ steps.set-deps-versions.outputs.roswell-version }}
Expand Down Expand Up @@ -53,6 +54,7 @@ jobs:
tests:
needs: ci-config
timeout-minutes: 10
if: needs.ci-config.outputs.enabled == 'yes'
strategy:
fail-fast: false # Let the workflow continue as much as possible
Expand Down Expand Up @@ -80,7 +82,6 @@ jobs:
- uses: actions/checkout@v2
- run: make lisp-info-ros
- run: make test-ros
timeout-minutes: 10
continue-on-error: ${{ matrix.experimental }}

report-warnings:
Expand Down

0 comments on commit 42aeb82

Please sign in to comment.