From 5718c0f5b87e4b305c317ee20e0a7ebe473da11b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 28 Jun 2025 11:25:42 -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 301fd1eae3..670af6e22d 100644 --- a/tests/integration/test_scheduler_string_test.py +++ b/tests/integration/test_scheduler_string_test.py @@ -138,7 +138,7 @@ async def test_scheduler_string_test( try: await asyncio.wait_for(cancel_test_done.wait(), timeout=1.0) 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 try: