Update test_scheduler_string_test.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston 2025-06-28 11:25:42 -05:00 committed by GitHub
parent 25ebddfa1c
commit 5718c0f5b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: