From 0bb98944012366b490d2f538dfd74679caae46d7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 7 Jun 2016 15:14:26 -0700 Subject: [PATCH] wait for more time --- test/cloudron-update-sfo1-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cloudron-update-sfo1-test.js b/test/cloudron-update-sfo1-test.js index 56b25ec..abad2bd 100644 --- a/test/cloudron-update-sfo1-test.js +++ b/test/cloudron-update-sfo1-test.js @@ -113,7 +113,7 @@ describe('Cloudron update testing', function () { it('can update to new version', function () { console.log('Wait for cloudron to get the update'); - sleep(60 * 5); // give it 5 mins to autoupdate the box and the app + sleep(60 * 10); // give it 5 mins to autoupdate the box and the app cloudron.waitForUpdate(nextVersion); });