From: Damjan Marion Date: Tue, 10 Oct 2017 17:01:06 +0000 (+0200) Subject: test: retry 3 times if test fails during verify X-Git-Tag: v18.04-rc0~486 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=a472f868d64c4faa128f427a3fa711aaef260a5d;p=vpp.git test: retry 3 times if test fails during verify Change-Id: Ib1cb7f09c444f3667904eade935eb220f327b6fe Signed-off-by: Damjan Marion --- diff --git a/Makefile b/Makefile index a4e833e476f..8b96dce9b22 100644 --- a/Makefile +++ b/Makefile @@ -514,7 +514,7 @@ endif $(call banner,"Building $(PKG) packages") @make pkg-$(PKG) ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04) - @make COMPRESS_FAILED_TEST_LOGS=yes test + @make COMPRESS_FAILED_TEST_LOGS=yes RETRIES=3 test endif