From ca516268e9cff3ebfa8969e22c5ceb4bd33b6112 Mon Sep 17 00:00:00 2001 From: Jan Christoph Uhde Date: Wed, 28 Mar 2018 11:21:42 +0200 Subject: [PATCH] increase timeout for long running tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 014d42039..1cb96a161 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ TESTLENGTHOPTIONS := -test.short TESTTIMEOUT := 20m ifeq ($(LONG), 1) TESTLENGTHOPTIONS := - TESTTIMEOUT := 40m + TESTTIMEOUT := 60m endif ifdef VERBOSE TESTVERBOSEOPTIONS := -v