Tests: fix race in test hosting shutdown

This commit is contained in:
black-sliver
2026-02-28 02:08:33 +01:00
committed by GitHub
parent fcccbfca65
commit f7b09b5da1

View File

@@ -188,6 +188,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")