From c2a024562335ae1107d6bd2eeb01a73d87d72b45 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 1 May 2017 14:22:50 -0700 Subject: [PATCH] checkForUpdates --- test/cloudron-update-ams3-test.js | 3 +++ 1 file changed, 3 insertions(+) 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); });