Commit 58afc2b
committed
fix(ci): increase test timeout to 25 minutes
Tests were timing out after 15 minutes when running in parallel mode.
Most of the time is spent building dependencies (swift-syntax, postgres-nio, etc.)
on first run or cache miss.
Changes:
- Increase timeout from 15m to 25m
- Keep --parallel flag (SnapshotTests already have .serialized trait)
Note: Build time will improve once cache is established and Package.swift stabilizes.1 parent 9acee8f commit 58afc2b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments