checkForUpdates
This commit is contained in:
parent
5176e0bbf7
commit
c2a0245623
@ -93,6 +93,9 @@ describe('Cloudron update testing', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can update the box', function () {
|
it('can update the box', function () {
|
||||||
|
console.log('Wait for cloudron to get the update');
|
||||||
|
cloudron.checkForUpdates();
|
||||||
|
sleep(60); // give it a minute to get update info
|
||||||
cloudron.update(toVersion);
|
cloudron.update(toVersion);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user