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
fix: run tests sequentially to fix CI timeout on integration suites
Integration tests each call bootstrap() (MongoDB + Express) in beforeAll.
Running in parallel on CI hardware causes 5s hook timeouts.
- Add --runInBand to all test scripts (matches previous gulp sequential behavior)
- Increase testTimeout to 15000ms for slower CI environments
0 commit comments