From 81caa0fa5d5971fca2246505e78a1c86b47d6b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 20 Nov 2019 23:17:45 +0100 Subject: [PATCH] Increase test timeout to 15 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently we run into the 10-minute timeout now in Travis. Signed-off-by: Miloslav Trmač --- hack/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make.sh b/hack/make.sh index ef820690..c1d881c7 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -57,7 +57,7 @@ DEFAULT_BUNDLES=( test-integration ) -TESTFLAGS+=" -test.timeout=10m" +TESTFLAGS+=" -test.timeout=15m" # Go module support: set `-mod=vendor` to use the vendored sources # See also the top-level Makefile.