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

Reply via email to