From f7b09b5da183274bbcfd6f68245e3929d1d22e19 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Sat, 28 Feb 2026 02:08:33 +0100 Subject: [PATCH] Tests: fix race in test hosting shutdown --- test/hosting/webhost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hosting/webhost.py b/test/hosting/webhost.py index a8e70a50c2..14a143848d 100644 --- a/test/hosting/webhost.py +++ b/test/hosting/webhost.py @@ -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")