Bump timeout in testrace to match that of test to stop Travis errorring.
This commit is contained in:
parent
72ee5e573c
commit
ba9bd5a2c7
2
Makefile
2
Makefile
|
@ -41,7 +41,7 @@ testacc: fmtcheck generate
|
|||
|
||||
# testrace runs the race checker
|
||||
testrace: fmtcheck generate
|
||||
CGO_ENABLED=1 VAULT_TOKEN= VAULT_ACC= go test -tags='$(BUILD_TAGS)' -race $(TEST) $(TESTARGS) -timeout=20m -parallel=4
|
||||
CGO_ENABLED=1 VAULT_TOKEN= VAULT_ACC= go test -tags='$(BUILD_TAGS)' -race $(TEST) $(TESTARGS) -timeout=45m -parallel=4
|
||||
|
||||
cover:
|
||||
./scripts/coverage.sh --html
|
||||
|
|
Loading…
Reference in New Issue