[pypy-commit] pypy arm-backend-2: increase timeout for termios tests

bivab noreply at buildbot.pypy.org
Fri Mar 9 19:20:06 CET 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r53283:4d5a9b02160a
Date: 2012-03-09 18:19 +0000
http://bitbucket.org/pypy/pypy/changeset/4d5a9b02160a/

Log:	increase timeout for termios tests

diff --git a/pypy/module/termios/test/test_termios.py b/pypy/module/termios/test/test_termios.py
--- a/pypy/module/termios/test/test_termios.py
+++ b/pypy/module/termios/test/test_termios.py
@@ -23,6 +23,7 @@
 
     def _spawn(self, *args, **kwds):
         print 'SPAWN:', args, kwds
+        kwds.setdefault('timeout', 600)
         child = self.pexpect.spawn(*args, **kwds)
         child.logfile = sys.stdout
         return child


More information about the pypy-commit mailing list