[Zodb-checkins] CVS: ZODB3/ZEO/tests - testZEO.py:1.72.6.2
Jeremy Hylton
jeremy at zope.com
Mon Sep 29 10:50:46 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv11971
Modified Files:
Tag: Zope-2_7-branch
testZEO.py
Log Message:
Add a wait_timeout setting so that the connectio will only wait one
minute.
=== ZODB3/ZEO/tests/testZEO.py 1.72.6.1 => 1.72.6.2 ===
--- ZODB3/ZEO/tests/testZEO.py:1.72.6.1 Mon Sep 15 14:02:59 2003
+++ ZODB3/ZEO/tests/testZEO.py Mon Sep 29 10:50:45 2003
@@ -132,7 +132,8 @@
self._servers = [adminaddr]
self._conf_path = path
self._storage = ClientStorage(zport, '1', cache_size=20000000,
- min_disconnect_poll=0.5, wait=1)
+ min_disconnect_poll=0.5, wait=1,
+ wait_timeout=60)
self._storage.registerDB(DummyDB(), None)
def tearDown(self):
More information about the Zodb-checkins
mailing list