Skip to content

Commit

Permalink
Try using longer timeout (default 30s)
Browse files Browse the repository at this point in the history
To see if we can get tests to pass in travis.
  • Loading branch information
Jim Fulton committed Jun 2, 2016
1 parent 2ee8733 commit 07d258d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ZEO/tests/ConnectionTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def openClientStorage(self, cache=None, cache_size=200000, wait=1,
var='.',
cache_size=cache_size,
wait=wait,
wait_timeout=1,
min_disconnect_poll=0.1,
read_only=read_only,
read_only_fallback=read_only_fallback,
Expand Down Expand Up @@ -885,7 +884,7 @@ def checkDisconnectedAbort(self):
self.shutdownServer()
self.assertRaises(ClientDisconnected, self._storage.tpc_vote, txn)
self.startServer(create=0)
self._storage.tpc_abort(txn, timeout=9)
self._storage.tpc_abort(txn)
self._dostore()

# This test is supposed to cover the following error, although
Expand Down

0 comments on commit 07d258d

Please sign in to comment.