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.
pull/12988/head
James Bardin 9 years ago
parent 61355c33c5
commit 4ef90d803b

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

Loading…
Cancel
Save