[py-svn] r35769 - py/dist/py/test/rsession/testing

fijal at codespeak.net fijal at codespeak.net
Thu Dec 14 22:53:34 CET 2006


Author: fijal
Date: Thu Dec 14 22:53:31 2006
New Revision: 35769

Modified:
   py/dist/py/test/rsession/testing/test_boxing.py
Log:
Increase the timeout to check if this still fails.


Modified: py/dist/py/test/rsession/testing/test_boxing.py
==============================================================================
--- py/dist/py/test/rsession/testing/test_boxing.py	(original)
+++ py/dist/py/test/rsession/testing/test_boxing.py	Thu Dec 14 22:53:31 2006
@@ -82,7 +82,7 @@
     import time
 
     def box_fun():
-        time.sleep(300) # we don't want to last forever here
+        time.sleep(1500) # we don't want to last forever here
     
     b = RealBox(box_fun)
     par, pid = b.run(continuation=True)


More information about the py-svn mailing list