Skip to content

Commit

Permalink
- less rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
franzhaas committed Nov 10, 2024
1 parent de0edcc commit 6fa16a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6fa16a1

Please sign in to comment.