From 6fa16a14c32092c209926831e4445696c338f86e Mon Sep 17 00:00:00 2001 From: Franz Haas Date: Sun, 10 Nov 2024 21:36:26 +0100 Subject: [PATCH] - less rounds --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index 7b3e4b7..be40ce0 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -30,7 +30,7 @@ def test_impossible_params(): assert "protocol should be either `TCP or `UDP´, but was `raw´" == str(excinfo.value) def test_tcp_internals(): - for _ in range(5): + for _ in range(2): r = robotframework_construct.reflector.reflector() ps = r.reflector(robotframework_construct.Protocol.TCP) for p in ps: