This commit is contained in:
girish@cloudron.io 2016-01-26 15:18:55 -08:00
parent 32d7df2214
commit e0c6ce5523
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ AppStore.prototype.deleteCloudron = function (box) {
common. verifyResponse(res, 'Could not delete cloudron');
process.stdout.write('Waiting for Cloudron to disappear.');
while (true) {
for (var i = 0; i < 40; i++) {
if (this.getCloudron(box.id) === null) break;
sleep(10);