summaryrefslogtreecommitdiff
path: root/tests/test-integration-recurring-events.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-integration-recurring-events.el')
-rw-r--r--tests/test-integration-recurring-events.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-integration-recurring-events.el b/tests/test-integration-recurring-events.el
index 4629e6ef..3cae1a20 100644
--- a/tests/test-integration-recurring-events.el
+++ b/tests/test-integration-recurring-events.el
@@ -112,8 +112,8 @@ Validates:
(insert org-output)
(goto-char (point-min))
(how-many "^\\* GTFO"))))
- (should (> gtfo-count 40)) ; ~52 weeks in a year
- (should (< gtfo-count 60)))
+ (should (> gtfo-count 55)) ; ~65 weeks in 15-month window
+ (should (< gtfo-count 75)))
;; Should have properly formatted Saturday timestamps
(should (string-match-p "<[0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} Sat 10:30-11:00>" org-output)))