Commit b8274435 authored by Barry Warsaw's avatar Barry Warsaw

_wait_for_next_autopack(): The non-public interface for waiting was

changed.
parent 0dc859e1
......@@ -45,8 +45,8 @@ class TestAutopackBase(BerkeleyTestBase):
def _wait_for_next_autopack(self):
storage = self._storage
# BAW: this uses a non-public interface
packtime = storage._autopacker._nextpack
while packtime == storage._autopacker._nextpack:
packtime = storage._autopacker._nextcheck
while packtime == storage._autopacker._nextcheck:
time.sleep(1)
def _mk_dbhome(self, dir):
......
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