[size-report] retry multiple times (#5111)

This commit is contained in:
Simon Lin
2020-06-18 14:48:25 -07:00
committed by GitHub
parent 1326d64a64
commit a3860d6036
+1 -1
View File
@@ -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