mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 22:06:30 +01:00
Fixed related server test in the test suite with appropriate timing trigger.
This commit is contained in:
parent
7d20d35375
commit
80a0a3ce70
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue