]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixup! fixup! Port the long TCP stream test to Python
authorŠtěpán Balážik <stepan@isc.org>
Wed, 17 Jun 2026 19:36:01 +0000 (21:36 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 17 Jun 2026 19:36:01 +0000 (21:36 +0200)
bin/tests/system/tcp/tests_tcp.py

index 3c0cf17097d8891d9d6d8d746949588c3dd037de..6d80208ca9b45022e7dd97e43de90ed6da52a809 100644 (file)
@@ -279,7 +279,7 @@ async def send_long_tcp_stream(
             with contextlib.suppress(asyncio.CancelledError):
                 await discard_task
 
-    await asyncio.wait_for(run(), timeout=3 * TIMEOUT)
+    await asyncio.wait_for(run(), timeout=10 * TIMEOUT)
 
 
 def test_tcp_garbage(ns7: NamedInstance, named_port: int) -> None: