From 2d3b8d202a1e9e53561a0a6dbb7aa82c4e725993 Mon Sep 17 00:00:00 2001 From: Jason Young Date: Wed, 6 Aug 2025 15:53:15 -0400 Subject: [PATCH] CI: bump allowed time for test.sh --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f37cd7c2c..1e7c3acc6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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