[pypy-commit] pypy arm-backend-2: extend timeout to work on ARM

bivab noreply at buildbot.pypy.org
Tue Jun 12 15:55:05 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r55616:ca797d4ff19c
Date: 2012-05-23 09:43 +0000
http://bitbucket.org/pypy/pypy/changeset/ca797d4ff19c/

Log:	extend timeout to work on ARM

diff --git a/pypy/translator/goal/test2/test_app_main.py b/pypy/translator/goal/test2/test_app_main.py
--- a/pypy/translator/goal/test2/test_app_main.py
+++ b/pypy/translator/goal/test2/test_app_main.py
@@ -514,7 +514,7 @@
             """)
         py_py = os.path.join(autopath.pypydir, 'bin', 'py.py')
         child = self._spawn(sys.executable, [py_py, path])
-        child.expect('Are you suggesting coconuts migrate?', timeout=120)
+        child.expect('Are you suggesting coconuts migrate?', timeout=220)
         child.sendline('Not at all. They could be carried.')
         child.expect('A five ounce bird could not carry a one pound coconut.')
 


More information about the pypy-commit mailing list