From 637190fc3b0326f9dd7b6429fe07409fc1450378 Mon Sep 17 00:00:00 2001 From: Swiip Date: Tue, 2 Aug 2016 11:52:46 +0200 Subject: [PATCH] try a sleep between uploads as a workaround of github errors --- scripts/upload.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upload.js b/scripts/upload.js index 97d69b3..3754fb5 100644 --- a/scripts/upload.js +++ b/scripts/upload.js @@ -61,4 +61,6 @@ combinations.full().forEach(options => { filePath: combinationPath }); console.log('Upload response', uploadResponse); + + exec('sleep', [3]); });