Skip to content

Commit 50c5562

Browse files
committed
increase the iterations a bit
1 parent 17967be commit 50c5562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/source/small-test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def run_client(binary_dir: str) -> int:
1414
"""
1515
Runs the client binary with the given binary_dir.
1616
"""
17-
os._exit(subprocess.call([binary_dir + "/clt", "10", "localhost", str(PORT), "200"]))
17+
os._exit(subprocess.call([binary_dir + "/clt", "10", "localhost", str(PORT), "20000"]))
1818

1919
def run_server(binary_dir: str) -> int:
2020
"""

0 commit comments

Comments
 (0)