From a3860d6036ac5a29b4ff730b2745b9d9ebf3f1d8 Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Fri, 19 Jun 2020 05:48:25 +0800 Subject: [PATCH] [size-report] retry multiple times (#5111) --- script/check-size | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/check-size b/script/check-size index 7764b1260..f1f0ab545 100755 --- a/script/check-size +++ b/script/check-size @@ -156,7 +156,7 @@ size_nrf52840() reporter=markdown else reporter=./size-report - curl -s "${SIZE_REPORT_URL}/bash" >size-report + curl -s --retry 5 "${SIZE_REPORT_URL}/bash" >size-report chmod a+x size-report export OT_SHA_NEW OT_SHA_OLD fi