test app auto update
This commit is contained in:
parent
2017ec1841
commit
967d349c6a
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user