From c91ac673815d8c2a210d8e76f8ecab99f2d56763 Mon Sep 17 00:00:00 2001 From: Mathias Peters Date: Tue, 7 Jan 2025 16:11:30 +0100 Subject: [PATCH] test timeout --- nat-lab/tests/test_pq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nat-lab/tests/test_pq.py b/nat-lab/tests/test_pq.py index ad1363c92..e09f0c526 100644 --- a/nat-lab/tests/test_pq.py +++ b/nat-lab/tests/test_pq.py @@ -375,6 +375,7 @@ async def test_dns_with_pq( await query_dns(client_conn, "google.com") +@pytest.mark.timeout(240) async def test_pq_vpn_connection_with_nonet() -> None: public_ip = "10.0.254.1" async with AsyncExitStack() as exit_stack: