Author: David Schneider <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit