chore: bump backend unit test timeout from 20 to 30 minutes

This commit is contained in:
Eric Hare
2026-05-09 11:14:03 -07:00
parent bc927abef2
commit a4d875a9a1

View File

@ -93,7 +93,7 @@ jobs:
- name: Run unit tests
uses: nick-fields/retry@v3
with:
timeout_minutes: 20
timeout_minutes: 30
max_attempts: 2
command: make unit_tests args="-x -vv --splits ${{ matrix.splitCount }} --group ${{ matrix.group }} --reruns 5 --cov --cov-config=src/backend/.coveragerc --cov-report=xml --cov-report=html"