Test: Increased timeout for bulk test, which appears to matter

This commit is contained in:
Paul Beckingham 2015-08-14 07:44:49 -04:00
parent 2ac229c84f
commit b06f0144ed

View file

@ -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=0.2)
code, out, err = self.t.runError("1-3 delete rc.confirmation:off", timeout=0.5)
self.assertNotIn("(yes/no)", out)
self.assertIn("(yes/no/all/quit)", out)
self.assertNotIn("Deleting task 1", out)