From f72f80ed7bbd30770ab48a67a5570b080186ff1c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 2 Sep 2025 16:13:51 -0500 Subject: [PATCH] cleanup --- tests/integration/test_scheduler_pool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_scheduler_pool.py b/tests/integration/test_scheduler_pool.py index 98e5904ce6..bd878be180 100644 --- a/tests/integration/test_scheduler_pool.py +++ b/tests/integration/test_scheduler_pool.py @@ -148,7 +148,7 @@ async def test_scheduler_pool( # Complete test client.execute_service(complete_service, {}) - await asyncio.wait_for(test_complete_future, timeout=2.0) + await asyncio.wait_for(test_complete_future, timeout=0.5) except TimeoutError as e: # Print debug info if test times out