From 8eef9c08c9317ce45fb357697a862bdbf5776650 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Mon, 29 Oct 2018 18:28:44 +0100 Subject: [PATCH] Revert acceptance tests timeout --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 9b3cedf1e1..773c3f2ff3 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 300s + TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m vet: @echo "go vet ."