mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
Fixed related server test in the test suite with appropriate timing trigger.
This commit is contained in:
parent
3d102740a9
commit
f088ba4ba2
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