Skip to content

Commit

Permalink
more timeout pypy test
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Feb 6, 2024
1 parent c20df01 commit 1c751e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


@pytest.mark.asyncio
@pytest.mark.timeout(15)
@pytest.mark.timeout(30)
async def test_proxy_request(app, aiohttp_server, proxy_serv):
"""Test proxy request."""
server = await aiohttp_server(app)
Expand Down

0 comments on commit 1c751e7

Please sign in to comment.