aports/testing/nsq/more-test-procs.patch
2022-08-29 07:52:54 +02:00

11 lines
286 B
Diff

--- a/test.sh
+++ b/test.sh.orig
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-GOMAXPROCS=1 go test -timeout 90s ./...
+GOMAXPROCS=4 go test -timeout 90s ./...
if [ "$GOARCH" = "amd64" ] || [ "$GOARCH" = "arm64" ]; then
# go test: -race is only supported on linux/amd64, linux/ppc64le,