Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Commit

Permalink
try a sleep between uploads as a workaround of github errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiip committed Aug 2, 2016
1 parent f4129d3 commit 637190f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ combinations.full().forEach(options => {
filePath: combinationPath
});
console.log('Upload response', uploadResponse);

exec('sleep', [3]);
});

0 comments on commit 637190f

Please sign in to comment.