Bump timeout in testrace to match that of test to stop Travis errorring.

This commit is contained in:
Jeff Mitchell 2017-07-26 13:03:04 -04:00
parent 72ee5e573c
commit ba9bd5a2c7
1 changed files with 1 additions and 1 deletions

View File

@ -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