From 25ebddfa1cd6953f79eddd7010c27ac8fdc000c5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 28 Jun 2025 11:25:36 -0500 Subject: [PATCH] Update test_scheduler_string_test.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/integration/test_scheduler_string_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_scheduler_string_test.py b/tests/integration/test_scheduler_string_test.py index c94a291497..301fd1eae3 100644 --- a/tests/integration/test_scheduler_string_test.py +++ b/tests/integration/test_scheduler_string_test.py @@ -127,7 +127,7 @@ async def test_scheduler_string_test( try: await asyncio.wait_for(dynamic_timeout_fired.wait(), timeout=1.0) except asyncio.TimeoutError: - pytest.fail("Dynamic timeout did not fire within 1 seconds") + pytest.fail("Dynamic timeout did not fire within 1 second") try: await asyncio.wait_for(dynamic_interval_fired.wait(), timeout=1.5)