Tests: fix race in test hosting shutdown (#5987)

This commit is contained in:
black-sliver
2026-03-10 18:56:23 +00:00
committed by GitHub
parent d000c0f265
commit f00d29e072

View File

@@ -190,6 +190,7 @@ def stop_room(app_client: "FlaskClient",
if address:
room.timeout = original_timeout
room.last_activity = new_last_activity
room.commands.clear() # make sure there is no leftover /exit
print("timeout restored")