[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/zeoserver.py Give tests more time before killing forked storage servers.
Jim Fulton
jim at zope.com
Wed Sep 8 13:21:35 EDT 2010
Log message for revision 116231:
Give tests more time before killing forked storage servers.
Changed:
U ZODB/trunk/src/ZEO/tests/zeoserver.py
-=-
Modified: ZODB/trunk/src/ZEO/tests/zeoserver.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/zeoserver.py 2010-09-08 14:05:21 UTC (rev 116230)
+++ ZODB/trunk/src/ZEO/tests/zeoserver.py 2010-09-08 17:21:35 UTC (rev 116231)
@@ -123,7 +123,7 @@
# The client threads in the ConcurrentUpdate tests will run for
# as long as 300 seconds. Set this timeout to 330 to minimize
# chance that the server gives up before the clients.
- time.sleep(330)
+ time.sleep(999)
log(str(os.getpid()), "suicide thread invoking shutdown")
# If the server hasn't shut down yet, the client may not be
More information about the Zodb-checkins
mailing list