From 48f42c4939dd4554fbd52fed2ed45eed8d516c5f Mon Sep 17 00:00:00 2001 From: Ye Tao Date: Tue, 23 Jan 2024 18:10:11 -0800 Subject: [PATCH] timeout --- .../driver/tests/unit/batch_pool/test_routing_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/batch_score/components/driver/tests/unit/batch_pool/test_routing_client.py b/assets/batch_score/components/driver/tests/unit/batch_pool/test_routing_client.py index 6b03e53636..9df2f94898 100644 --- a/assets/batch_score/components/driver/tests/unit/batch_pool/test_routing_client.py +++ b/assets/batch_score/components/driver/tests/unit/batch_pool/test_routing_client.py @@ -108,7 +108,7 @@ async def test_exception_handling_for__check_and_refresh_pool_routes_exception_i # If the exception handling fails, this test will hang indefinitely. # So we expect the test to pass in 40 seconds if the code is correct. - @pytest.mark.timeout(5) + @pytest.mark.timeout(40) async def test_get_quota_scope_InvalidPoolRoutes_raised( self, monkeypatch,