wait for more time

This commit is contained in:
Girish Ramakrishnan 2016-06-07 15:14:26 -07:00
parent bfa96aa275
commit 0bb9894401
1 changed files with 1 additions and 1 deletions

View File

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