checkForUpdates

This commit is contained in:
Girish Ramakrishnan 2017-05-01 14:22:50 -07:00
parent 5176e0bbf7
commit c2a0245623
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@ describe('Cloudron update testing', function () {
});
it('can update the box', function () {
console.log('Wait for cloudron to get the update');
cloudron.checkForUpdates();
sleep(60); // give it a minute to get update info
cloudron.update(toVersion);
});