Test: Modified timeout values

- Removed timeout for bulk.t, context.t
- Increased timeout for delete.t
This commit is contained in:
Paul Beckingham
2015-09-06 13:09:11 -04:00
parent 499b2256fc
commit fdcc7b3d0f
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ class TestBulk(TestCase):
# Test with 3 tasks. 3 is considered bulk. rc.confirmation has no effect on bulk
# Delete task 1 'one'? (yes/no/all/quit) --> timeout
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")
self.assertNotIn("(yes/no)", out)
self.assertIn("(yes/no/all/quit)", out)
self.assertNotIn("Deleting task", out)