You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Attempt to fix test_webserver on arm64
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user