Skip to content

Commit 6393317

Browse files
allow more time before restarting
1 parent c4312be commit 6393317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function installModule(moduleName, callback) {
3939
// AppVeyor. (RE: https://github.com/npm/npm/issues/9696)
4040
setTimeout(function() {
4141
installModule(moduleName, callback);
42-
}, 100);
42+
}, 250);
4343
return;
4444
}
4545

0 commit comments

Comments
 (0)