diff --git a/test/cloudron-update-ams3-test.js b/test/cloudron-update-ams3-test.js index cde989e..8dbfd6e 100644 --- a/test/cloudron-update-ams3-test.js +++ b/test/cloudron-update-ams3-test.js @@ -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); });