From ba9bd5a2c7c71e93a91e5cf450ec98f43a3e57ea Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 26 Jul 2017 13:03:04 -0400 Subject: [PATCH] Bump timeout in testrace to match that of test to stop Travis errorring. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 826156ab4..1d8cc5299 100644 --- a/Makefile +++ b/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