Commit 6d8f1c28 authored by Jim Fulton's avatar Jim Fulton

wait longer for abort after disconnect.

Because normally the tests are much less patient than real life.
parent 9d489c68
......@@ -885,7 +885,7 @@ class ReconnectionTests(CommonSetupTearDown):
self.shutdownServer()
self.assertRaises(ClientDisconnected, self._storage.tpc_vote, txn)
self.startServer(create=0)
self._storage.tpc_abort(txn)
self._storage.tpc_abort(txn, timeout=9)
self._dostore()
# This test is supposed to cover the following error, although
......
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