wait really long since DO is so slow at times
This commit is contained in:
parent
0c051d373e
commit
0056e7cfec
@ -84,8 +84,8 @@ AppStore.prototype.waitForCloudron = function (boxId) {
|
||||
|
||||
var boxInfo = null, res;
|
||||
|
||||
for (var i = 0; i < 60; i++) {
|
||||
sleep(20);
|
||||
for (var i = 0; i < 120; i++) {
|
||||
sleep(30);
|
||||
process.stdout.write('.');
|
||||
res = request.get(this._origin + '/api/v1/cloudrons/' + boxId).query({ accessToken: this._credentials.accessToken }).end();
|
||||
common.verifyResponse2xx(res, 'Could not query cloudron status');
|
||||
|
Loading…
Reference in New Issue
Block a user