Fixed related server test in the test suite with appropriate timing trigger.

This commit is contained in:
RealKinetix 2021-04-06 17:25:08 -07:00
parent 7d20d35375
commit 80a0a3ce70

View file

@ -84,7 +84,7 @@ class TestServer(TestCase):
_FLUSH_CACHE=DEFAULT,
connection=DEFAULT,
_IDMAPPER_CACHE_MAXSIZE=1000,
_MAINTENANCE_COUNT=3700 - 1,
_MAINTENANCE_COUNT=62 - 1,
_LAST_SERVER_TIME_SNAPSHOT=0,
ServerConfig=DEFAULT,
) as mocks: