SVN: ZODB/trunk/src/ZEO/tests/zeoserver.py Give tests more time before killing forked storage servers.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100908172135.D6807941EF__39962.6625855037$1283966499$gmane$org@cvs.zope.org> |
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