60m timeout on race

This commit is contained in:
Jason Aten 2020-07-20 17:09:32 -04:00
parent f59f8a369e
commit 8a1dabb3ba

View file

@ -44,7 +44,7 @@ test:
# Run test suite with race flag
test-race:
go test ./... -tags='$(BUILD_TAGS)' $(TESTFLAGS) -race $(NOCHECKPTR) -timeout 30m -v
go test ./... -tags='$(BUILD_TAGS)' $(TESTFLAGS) -race $(NOCHECKPTR) -timeout 60m -v
bench:
go test ./... -bench=. -run=NoneZ -timeout=127m $(TESTFLAGS)