fix(ci): increase quick test job timeout to 15 minutes for CI runner headroom

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-01 16:46:57 +00:00
parent c100250b23
commit 6a21adcdd4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ jobs:
test-quick:
name: Quick Tests
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 15
needs: [lint, html-lint, dependency-scan]
services:
redis: