test: retry 3 times if test fails during verify 38/8738/2
authorDamjan Marion <[email protected]>
Tue, 10 Oct 2017 17:01:06 +0000 (19:01 +0200)
committerDamjan Marion <[email protected]>
Wed, 11 Oct 2017 20:05:34 +0000 (20:05 +0000)
Change-Id: Ib1cb7f09c444f3667904eade935eb220f327b6fe
Signed-off-by: Damjan Marion <[email protected]>
Makefile

index a4e833e..8b96dce 100644 (file)
--- 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