mirror of
https://github.com/commaai/opendbc.git
synced 2026-06-08 06:04:45 +08:00
CI: bump allowed time for test.sh
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
- uses: commaai/timeout@v1
|
||||
with:
|
||||
timeout: ${{ github.repository == 'commaai/opendbc' && '60' || '999' }}
|
||||
timeout: ${{ github.repository == 'commaai/opendbc' && '75' || '999' }}
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.github/workflows/cache
|
||||
- run: ./test.sh
|
||||
|
||||
Reference in New Issue
Block a user