Skip to content

Commit

Permalink
Increase timeout to make continuous integration bot happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Dec 9, 2015
1 parent 3446e6d commit 9ae34bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_expect.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def test_before_after_exact(self):
self._before_after(p)

def _ordering(self, p):
p.timeout = 5
p.timeout = 20
p.expect(b'>>> ')

p.sendline('list(range(4*3))')
Expand Down

0 comments on commit 9ae34bd

Please sign in to comment.