From 54e3a0d3722aea8ee3265e1ae183bd749d2f58d7 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Tue, 25 Oct 2022 08:44:25 +0200 Subject: [PATCH] Test with a longer timeout Signed-off-by: Kristoffer Dalby --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36b64181..cb91e8c6 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 30m + go test ./... -timeout 60m coverprofile_func: go tool cover -func=coverage.out