Release v0.1.0
This commit is contained in:
@@ -125,6 +125,10 @@ def simulation_server() -> Generator[ServerConfig, None, None]:
|
||||
server_thread = ServerThread(config)
|
||||
server_thread.start()
|
||||
|
||||
# Speed up simulation for tests (100x faster)
|
||||
if server_thread.server is not None:
|
||||
server_thread.server.time_scale = 100.0
|
||||
|
||||
try:
|
||||
yield config
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user