Attempt to fix test_webserver on arm64

This commit is contained in:
Thomas Farstrike
2026-03-24 21:31:25 +01:00
parent bdcf2897dd
commit 5a89499980
+1 -1
View File
@@ -81,7 +81,7 @@ class TestWebServer(unittest.TestCase):
TaskManager.create_task(download_task())
timeout_seconds = 20.0
timeout_seconds = 30.0
start_wait = time.time()
while not response_state["done"] and (time.time() - start_wait) < timeout_seconds:
time.sleep(0.1)