Skip to content

Commit

Permalink
got rid of an unnecessary wait_until
Browse files Browse the repository at this point in the history
that was making a test failure hard to interpret.
  • Loading branch information
Jim Fulton committed Jun 7, 2016
1 parent 2e63eb4 commit 6d6537c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ZEO/tests/ConnectionTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,12 +617,6 @@ def checkQuickVerificationWith2Clients(self):
revid = self._dostore(oid, revid)

perstorage = self.openClientStorage(cache="test")

forker.wait_until(
func=(lambda : perstorage.verify_result == "quick verification"),
timeout=60,
label="perstorage.verify_result to be quick verification")

self.assertEqual(perstorage.verify_result, "quick verification")
self.assertEqual(perstorage._server._last_invals,
(revid, [oid]))
Expand Down

0 comments on commit 6d6537c

Please sign in to comment.