[pypy-svn] r38655 - pypy/dist/pypy/translator/js/examples

fijal at codespeak.net fijal at codespeak.net
Tue Feb 13 02:36:59 CET 2007


Author: fijal
Date: Tue Feb 13 02:36:55 2007
New Revision: 38655

Modified:
   pypy/dist/pypy/translator/js/examples/overmind.py
Log:
Set default timeout to 5 minutes


Modified: pypy/dist/pypy/translator/js/examples/overmind.py
==============================================================================
--- pypy/dist/pypy/translator/js/examples/overmind.py	(original)
+++ pypy/dist/pypy/translator/js/examples/overmind.py	Tue Feb 13 02:36:55 2007
@@ -15,7 +15,7 @@
 import py
 
 FUNCTION_LIST = ['launch_console']
-TIMEOUT = 10
+TIMEOUT = 300
 pids = []
 
 def launch_console_in_new_thread():



More information about the Pypy-commit mailing list