From 69850e5f6aec3b12e7ec2f081920fd81ccd330ea Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Tue, 9 Aug 2022 19:11:39 +0000 Subject: [PATCH] [tests] Make sure waiting task is still waiting 10s is gone in an instant in a busy CI box, which is probably why this test is failing on Macs. --- test/urgency.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/urgency.t b/test/urgency.t index cc42d97a1..75c23707d 100755 --- a/test/urgency.t +++ b/test/urgency.t @@ -90,7 +90,7 @@ class TestUrgency(TestCase): cls.t("15 annotate C") cls.t("15 annotate D") - cls.t("add 7a wait:10s") # 16 + cls.t("add 7a wait:10y") # 16 cls.t("add 8a") # 17 cls.t("add 8b depends:17") # 18