From 7aea989fad4285838a55e5ee48518c229f5d37b2 Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Thu, 7 Oct 2021 14:26:46 +0200 Subject: [PATCH] Increase tests timeout Signed-off-by: Marco Pracucci --- Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.common b/Makefile.common index 99e8f9f1b..9db64a4a2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -118,6 +118,8 @@ ifeq ($(GOHOSTARCH),amd64) endif endif +test-flags += "-timeout 20m" + # This rule is used to forward a target like "build" to "common-build". This # allows a new "build" target to be defined in a Makefile which includes this # one and override "common-build" without override warnings.