mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
[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:
parent
c51478b81a
commit
69850e5f6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue