From a89bb40a559f37bf621c8c8d7eb6784648834d82 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 14 Aug 2015 07:51:19 -0400 Subject: [PATCH] Test: Increased timeout - temporary change --- test/bulk.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bulk.t b/test/bulk.t index 34e5453ef..1bbff0787 100755 --- a/test/bulk.t +++ b/test/bulk.t @@ -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.5) + code, out, err = self.t.runError("1-3 delete rc.confirmation:off", timeout=1.5) self.assertNotIn("(yes/no)", out) self.assertIn("(yes/no/all/quit)", out) self.assertNotIn("Deleting task 1", out)