From 86c132c8b26a90e86eaf186f323bc86ab70c75b8 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 24 Oct 2022 17:14:55 +0200 Subject: [PATCH] Remove verbose flag for v2 tests, increase timeout Signed-off-by: Kristoffer Dalby --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 431e1076..36b64181 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ test_integration_v2_general: -v $$PWD:$$PWD -w $$PWD/integration \ -v /var/run/docker.sock:/var/run/docker.sock \ golang:1 \ - go test ./... -timeout 15m -v + go test ./... -timeout 30m coverprofile_func: go tool cover -func=coverage.out