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