From bfa96aa27599785cb967990fdd8958ae173cb8d1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 7 Jun 2016 15:11:41 -0700 Subject: [PATCH] leave a comment --- test/cloudron-update-sfo1-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cloudron-update-sfo1-test.js b/test/cloudron-update-sfo1-test.js index e0d65f9..56b25ec 100644 --- a/test/cloudron-update-sfo1-test.js +++ b/test/cloudron-update-sfo1-test.js @@ -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 () {