summaryrefslogtreecommitdiff
path: root/tests/test_expect.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_expect.py')
-rwxr-xr-xtests/test_expect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_expect.py b/tests/test_expect.py
index 3f4c9d8..dcf059b 100755
--- a/tests/test_expect.py
+++ b/tests/test_expect.py
@@ -433,7 +433,7 @@ class ExpectTestCase (PexpectTestCase.PexpectTestCase):
self._before_after(p)
def _ordering(self, p):
- p.timeout = 5
+ p.timeout = 20
p.expect(b'>>> ')
p.sendline('list(range(4*3))')