mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-16 22:59:04 +02:00
* test(server): cap pkg/agent test concurrency under -race pkg/agent spawns many subprocess-backed tests with hard 5s deadlines. On high-core machines the default GOMAXPROCS fan-out (across packages via -p and within a package via -parallel) starves the parent event loops so they miss the deadline. Run the rest of the suite at full concurrency and cap only pkg/agent so those tests stay within budget without slowing the whole Go suite's CI wall-clock. * test(server): fail make test when go list package discovery fails
15 KiB
15 KiB