Author: David Schneider <david.schnei...@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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit