[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.
This commit is contained in:
Dustin J. Mitchell 2022-08-09 19:11:39 +00:00 committed by Tomas Babej
parent c51478b81a
commit 69850e5f6a

View file

@ -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