mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
60m timeout on race
This commit is contained in:
parent
f59f8a369e
commit
8a1dabb3ba
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue