1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 05:12:21 +01:00
This commit is contained in:
J. Nick Koston
2025-09-02 16:13:51 -05:00
parent e0e8a982d5
commit f72f80ed7b

View File

@@ -148,7 +148,7 @@ async def test_scheduler_pool(
# Complete test # Complete test
client.execute_service(complete_service, {}) client.execute_service(complete_service, {})
await asyncio.wait_for(test_complete_future, timeout=2.0) await asyncio.wait_for(test_complete_future, timeout=0.5)
except TimeoutError as e: except TimeoutError as e:
# Print debug info if test times out # Print debug info if test times out