From 4ef90d803b2cb0dff5bfe9bc909d396b0ff28a98 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 22 Mar 2017 17:39:04 -0400 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0558beda6..319492ef1 100644 --- a/Makefile +++ b/Makefile @@ -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