[pypy-commit] pypy arm-backend-2: extend timeout in these tests too

bivab noreply at buildbot.pypy.org
Fri Feb 24 14:01:04 CET 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r52854:0b6b1844ab77
Date: 2012-02-24 10:43 +0000
http://bitbucket.org/pypy/pypy/changeset/0b6b1844ab77/

Log:	extend timeout in these tests too

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


More information about the pypy-commit mailing list