Skip to content

Commit

Permalink
Bump test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Mar 15, 2017
1 parent 688104e commit 5252de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dev-dynamic: generate

# test runs the unit tests and vets the code
test: generate
CGO_ENABLED=0 VAULT_TOKEN= VAULT_ACC= go test -tags='$(BUILD_TAGS)' $(TEST) $(TESTARGS) -timeout=10m -parallel=4
CGO_ENABLED=0 VAULT_TOKEN= VAULT_ACC= go test -tags='$(BUILD_TAGS)' $(TEST) $(TESTARGS) -timeout=20m -parallel=4

testcompile: generate
@for pkg in $(TEST) ; do \
Expand Down

0 comments on commit 5252de6

Please sign in to comment.