1 parent ca2bcda commit 961820dCopy full SHA for 961820d
1 file changed
go.rc
@@ -1,7 +1,7 @@
1
test (
2
go tool lesiw.io/tools/cmd/vet $GOARGS
3
- CGO_ENABLED=0 go test $GOARGS -shuffle=on -timeout=5s $GOFLAGS
4
- CGO_ENABLED=1 go test $GOARGS -shuffle=on -timeout=30s -race $GOFLAGS
+ CGO_ENABLED=0 go test $GOARGS -shuffle=on -timeout=10m $GOFLAGS
+ CGO_ENABLED=1 go test $GOARGS -shuffle=on -timeout=10m -race $GOFLAGS
5
)
6
vet go tool lesiw.io/tools/cmd/vet $GOARGS $GOFLAGS
7
fix go tool lesiw.io/tools/cmd/vet -fix $GOARGS $GOFLAGS
0 commit comments