CI: bump allowed time for test.sh

This commit is contained in:
Jason Young
2025-08-06 15:53:15 -04:00
parent adb6001649
commit 2d3b8d202a

View File

@@ -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