Skip to content

Commit

Permalink
Try to make winbot happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jun 16, 2016
1 parent ee94233 commit 4905bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZODB/tests/HistoryStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _checkHistory(self, data):
for data in data:
if sys.platform == 'win32':
# time.time() has a precision of 1ms on Windows.
sleep(0.001)
sleep(0.002)
revids.append(self._dostore(oid, revids[-1], MinPO(data)))
revids.reverse()
del revids[-1]
Expand Down

0 comments on commit 4905bb8

Please sign in to comment.