Skip to content

Commit 0b97e59

Browse files
[async] fix timeout jobs
1 parent f3f8b97 commit 0b97e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/aio/test_proxies_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
pytestmark = pytest.mark.asyncio
2626

2727

28-
@pytest.mark.timeout(15)
28+
@pytest.mark.timeout(20)
2929
@pytest.mark.parametrize("proxy_method", ["explicit_args", "env_vars"])
3030
async def test_basic_query_through_proxy_async(
3131
wiremock_generic_mappings_dir,

0 commit comments

Comments
 (0)