mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Reverted timeout changes
This commit is contained in:
parent
a89bb40a55
commit
7e8e826b1a
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class TestBulk(TestCase):
|
|||
|
||||
# Test with 3 tasks. 3 is considered bulk. rc.confirmation has no effect on bulk
|
||||
|
||||
code, out, err = self.t.runError("1-3 delete rc.confirmation:off", timeout=1.5)
|
||||
code, out, err = self.t.runError("1-3 delete rc.confirmation:off", timeout=0.2)
|
||||
self.assertNotIn("(yes/no)", out)
|
||||
self.assertIn("(yes/no/all/quit)", out)
|
||||
self.assertNotIn("Deleting task 1", out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue