You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: run testsuite with THREADS=4, add step timeouts
The testsuite was running single-threaded (default THREADS=1), causing
3+ hour runs on 4 vCPU VMs. Add THREADS=4 to match VM CPU count.
Add timeout-minutes to build and test steps:
- stage0+stage1: 30 min (normally ~12 min)
- stage2: 60 min (normally ~38 min)
- testsuite: 120 min (normally ~30-60 min with 4 threads)
0 commit comments