test app auto update

This commit is contained in:
Girish Ramakrishnan 2016-06-07 16:50:37 -07:00
parent 2017ec1841
commit 967d349c6a
1 changed files with 3 additions and 2 deletions

View File

@ -117,8 +117,9 @@ describe('Cloudron update testing', function () {
cloudron.waitForUpdate(nextVersion);
});
it('runs the app', function () {
cloudron.waitForApp(appId);
it('auto updates the app with new version', function () {
sleep(60 * 5); // give it 5 mins to autoupdate the box and the app
cloudron.waitForApp(appId, common.TESTAPP_VERSION);
});
it('can check the addons', function () {