Skip to content

Commit 6ef706f

Browse files
authored
Update gorace to be 50ms in response to Go v1.21.0
1 parent 169ef3d commit 6ef706f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -f
22

33
test: fmt
4-
go test -timeout=1s -race -covermode=atomic -count=1 ./...
4+
GORACE="atexit_sleep_ms=50" go test -timeout=1s -race -covermode=atomic -count=1 ./...
55

66
fmt:
77
go fmt ./...

0 commit comments

Comments
 (0)