ci: increase backend test timeout

This commit is contained in:
Eric Hare
2026-04-14 19:17:13 -07:00
parent da516b7045
commit 9aae6de814

View File

@ -93,7 +93,7 @@ jobs:
- name: Run unit tests
uses: nick-fields/retry@v3
with:
timeout_minutes: 15
timeout_minutes: 20
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"