Commit ea35245f authored by Jim Fulton's avatar Jim Fulton

Wait for it ...

parent 2f5d02b3
......@@ -937,6 +937,7 @@ class ReconnectionTests(CommonSetupTearDown):
self.shutdownServer()
logging.info("checkReconnection(): About to restart server")
self.startServer(create=0)
forker.wait_until('reconnect', self._storage.is_connected)
oid = self._storage.new_oid()
obj = MinPO(12)
while 1:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment