Make the timeout for 'make test' 60s to accommodate larger numbers of generated keys in tests

This commit is contained in:
Jeff Mitchell
2015-12-09 17:07:29 -05:00
parent 22cb3ae90c
commit a09b2f3437

View File

@@ -19,7 +19,7 @@ dev: generate
# test runs the unit tests and vets the code
test: generate
TF_ACC= godep go test $(TEST) $(TESTARGS) -timeout=30s -parallel=4
TF_ACC= godep go test $(TEST) $(TESTARGS) -timeout=60s -parallel=4
# testacc runs acceptance tests
testacc: generate