From 7e56909e740a941fa36e59c399fabb877e40c6e8 Mon Sep 17 00:00:00 2001 From: Stephen Hoekstra Date: Mon, 25 Feb 2019 16:29:24 +0100 Subject: [PATCH] Increase acceptance test timeout Signed-off-by: Stephen Hoekstra --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index a4226f0..6ebd85e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,7 +14,7 @@ test: fmtcheck xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4 testacc: fmtcheck - TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 30m + TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout=60m vet: @echo "go vet ."