mirror of
https://github.com/esphome/esphome.git
synced 2025-08-10 12:27:46 +00:00
Update test_scheduler_string_test.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -138,7 +138,7 @@ async def test_scheduler_string_test(
|
|||||||
try:
|
try:
|
||||||
await asyncio.wait_for(cancel_test_done.wait(), timeout=1.0)
|
await asyncio.wait_for(cancel_test_done.wait(), timeout=1.0)
|
||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
pytest.fail("Cancel test did not complete within 1 seconds")
|
pytest.fail("Cancel test did not complete within 1 second")
|
||||||
|
|
||||||
# Wait for final results
|
# Wait for final results
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user