Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yetamsft committed Jan 24, 2024
1 parent 54aa510 commit 48f42c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 48f42c4

Please sign in to comment.