mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Modified timeout values
- Removed timeout for bulk.t, context.t - Increased timeout for delete.t
This commit is contained in:
parent
499b2256fc
commit
fdcc7b3d0f
3 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ class TestDelete(TestCase):
|
|||
def _validate_prompt_loop(self, input=""):
|
||||
"""Helper method to check if task flooded stream on closed STDIN"""
|
||||
try:
|
||||
code, out, err = self.t("/foo[1-3]/ delete", input=input, timeout=0.2)
|
||||
code, out, err = self.t("/foo[1-3]/ delete", input=input, timeout=0.3)
|
||||
except CommandError as e:
|
||||
# If delete fails with a timeout, don't fail the test immediately
|
||||
code, out, err = e.code, e.out, e.err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue