summaryrefslogtreecommitdiffstats
path: root/test/test_quic.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_quic.py')
-rw-r--r--test/test_quic.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_quic.py b/test/test_quic.py
index 490ed5ebcf8..63b86b6efeb 100644
--- a/test/test_quic.py
+++ b/test/test_quic.py
@@ -131,7 +131,7 @@ class QUICEchoInternalTransferTestCase(QUICEchoInternalTestCase):
@unittest.skipUnless(running_extended_tests, "part of extended tests")
def test_quic_internal_transfer(self):
self.server()
- self.client("no-output", "mbytes", "10")
+ self.client("no-output", "mbytes", "2")
class QUICEchoInternalSerialTestCase(QUICEchoInternalTestCase):
@@ -139,11 +139,11 @@ class QUICEchoInternalSerialTestCase(QUICEchoInternalTestCase):
@unittest.skipUnless(running_extended_tests, "part of extended tests")
def test_quic_serial_internal_transfer(self):
self.server()
- self.client("no-output", "mbytes", "10")
- self.client("no-output", "mbytes", "10")
- self.client("no-output", "mbytes", "10")
- self.client("no-output", "mbytes", "10")
- self.client("no-output", "mbytes", "10")
+ self.client("no-output", "mbytes", "2")
+ self.client("no-output", "mbytes", "2")
+ self.client("no-output", "mbytes", "2")
+ self.client("no-output", "mbytes", "2")
+ self.client("no-output", "mbytes", "2")
class QUICEchoInternalMStreamTestCase(QUICEchoInternalTestCase):