mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Update test_scheduler_string_test.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
		| @@ -127,7 +127,7 @@ async def test_scheduler_string_test( | |||||||
|         try: |         try: | ||||||
|             await asyncio.wait_for(dynamic_timeout_fired.wait(), timeout=1.0) |             await asyncio.wait_for(dynamic_timeout_fired.wait(), timeout=1.0) | ||||||
|         except asyncio.TimeoutError: |         except asyncio.TimeoutError: | ||||||
|             pytest.fail("Dynamic timeout did not fire within 1 seconds") |             pytest.fail("Dynamic timeout did not fire within 1 second") | ||||||
|  |  | ||||||
|         try: |         try: | ||||||
|             await asyncio.wait_for(dynamic_interval_fired.wait(), timeout=1.5) |             await asyncio.wait_for(dynamic_interval_fired.wait(), timeout=1.5) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user