We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169ef3d commit 6ef706fCopy full SHA for 6ef706f
Makefile
@@ -1,7 +1,7 @@
1
#!/usr/bin/make -f
2
3
test: fmt
4
- go test -timeout=1s -race -covermode=atomic -count=1 ./...
+ GORACE="atexit_sleep_ms=50" go test -timeout=1s -race -covermode=atomic -count=1 ./...
5
6
fmt:
7
go fmt ./...
0 commit comments