From f00d29e07203518bae5d87f463284830b36f8ff4 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:56:23 +0000 Subject: [PATCH] Tests: fix race in test hosting shutdown (#5987) --- test/hosting/webhost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hosting/webhost.py b/test/hosting/webhost.py index 286ef63a55..0250445551 100644 --- a/test/hosting/webhost.py +++ b/test/hosting/webhost.py @@ -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")