From fbe16e687ec5ff990e8a80b1a1717847ce76de23 Mon Sep 17 00:00:00 2001 From: Bastian Doetsch Date: Fri, 13 Sep 2024 13:16:27 +0200 Subject: [PATCH] fix: increase timeout for tests (#663) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a7ea5fc7..f9eb71ad1 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ OVERRIDE_GOCI_LINT_V := v1.60.2 PACT_V := 2.4.2 NOCACHE := "-count=1" -TIMEOUT := "-timeout=15m" +TIMEOUT := "-timeout=45m" ## tools: Install required tooling.