From 23ac1d73ef588818855b06dd03245da771d90fd6 Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Thu, 7 Oct 2021 14:35:55 +0200 Subject: [PATCH] Fixed timeout increase Signed-off-by: Marco Pracucci --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 9db64a4a2..7b0e6e32c 100644 --- a/Makefile.common +++ b/Makefile.common @@ -118,7 +118,7 @@ ifeq ($(GOHOSTARCH),amd64) endif endif -test-flags += "-timeout 20m" +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