From 3289f930736acb5b3fb4be59ddad97e14cd7404b Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 18 Dec 2022 15:23:08 -0500 Subject: [PATCH] tests: Adjust comment The recurrence period is 1m=P30D. --- test/recurrence.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recurrence.t b/test/recurrence.t index af5851fc5..bf9af82af 100755 --- a/test/recurrence.t +++ b/test/recurrence.t @@ -509,7 +509,7 @@ class TestBug839(TestCase): def test_recurrence_value_mapping(self): """839: Verify that importing a legacy recurrence value is ok""" - # use a recent timestamp to avoid slowly iterating over thousands of minutes + # use a recent timestamp to avoid slowly iterating over large number of tasks justnow = int(time.time()) - 120 json = '{"description":"one","due":"%s","recur":"1m","status":"recurring","uuid":"ebeeab00-ccf8-464b-8b58-f7f2d606edfb"}' % justnow self.t("import -", input=json)