summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-12-12 16:05:25 -0800
committerJeff Quast <contact@jeffquast.com>2015-12-12 16:05:25 -0800
commit45e311c1a952f5c5bf3f4cd72a9bc44bc9dad785 (patch)
tree3016d172db5a9e66035bdef6aa8893bbc0018e7a
parent5e6e2a1d01ef1943b69217d07f4202268b1b2a78 (diff)
downloadpexpect-git-45e311c1a952f5c5bf3f4cd72a9bc44bc9dad785.tar.gz
revert another line item in test case timeout
-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 dcf059b..3f4c9d8 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 = 20
+ p.timeout = 5
p.expect(b'>>> ')
p.sendline('list(range(4*3))')