test changes to travis

Increase timeout to 60s. The consul backend tests come too close to that
and timout every time they stall a little.
This commit is contained in:
James Bardin 2017-03-22 17:39:04 -04:00
parent 61355c33c5
commit 4ef90d803b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ plugin-dev: generate
test: fmtcheck errcheck generate
go test -i $(TEST) || exit 1
echo $(TEST) | \
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
xargs -t -n4 go test $(TESTARGS) -timeout=60s -parallel=4
# testacc runs acceptance tests
testacc: fmtcheck generate