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); });