Skip to content

Commit

Permalink
ci: don't timeout if the runner is slow to pick up the job (#1521)
Browse files Browse the repository at this point in the history
* try

* test

* fix

* try

* ;

* ;;

* fix

* try

* try

* fix this

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* try

* try failure

* works

* better

* comma

* test

* cleanup
  • Loading branch information
maxime-desroches authored Nov 24, 2024
1 parent 8e349c3 commit 21910a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
unit-tests:
name: unit tests
runs-on: ${{ matrix.os }}
timeout-minutes: 1
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-latest]
#run: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
steps:
- uses: commaai/timeout@v1
- uses: actions/checkout@v4
- name: install uv and dependencies
run: |
Expand All @@ -34,8 +33,8 @@ jobs:
static-analysis:
name: static analysis
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
- uses: commaai/timeout@v1
- uses: actions/checkout@v4
- run: sudo apt install --no-install-recommends -y cppcheck
- name: setup python
Expand Down

0 comments on commit 21910a8

Please sign in to comment.