leave a comment

This commit is contained in:
Girish Ramakrishnan 2016-06-07 15:11:41 -07:00
parent 3432d6bc80
commit bfa96aa275
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ describe('Cloudron update testing', function () {
});
it('can set the autoupdate pattern', function () {
cloudron.setAutoupdatePattern('00 */1 * * * *'); // every minute
cloudron.setAutoupdatePattern('00 */1 * * * *'); // every 1 minute (but updateChecker runs only every 10 mins :/)
});
it('can update to new version', function () {