Skip to content

Commit

Permalink
ci: fix test timeout on slow runner (#410)
Browse files Browse the repository at this point in the history
runner
  • Loading branch information
maxime-desroches authored Nov 24, 2024
1 parent 2c089d3 commit 55c3d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
precommit:
name: pre-commit
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: commaai/timeout@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 55c3d04

Please sign in to comment.