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 ."