From 0e1ddf9715aab887cb6a0a34f4f5264594f192ad Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Thu, 12 Aug 2021 07:36:38 +0100 Subject: [PATCH] Set longer timeout for integration tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65cba826..7ffe1f9c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ test: @go test -coverprofile=coverage.out ./... test_integration: - go test -tags integration ./... + go test -tags integration -timeout 30m ./... coverprofile_func: go tool cover -func=coverage.out