We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17967be commit 50c5562Copy full SHA for 50c5562
test/source/small-test.py
@@ -14,7 +14,7 @@ def run_client(binary_dir: str) -> int:
14
"""
15
Runs the client binary with the given binary_dir.
16
17
- os._exit(subprocess.call([binary_dir + "/clt", "10", "localhost", str(PORT), "200"]))
+ os._exit(subprocess.call([binary_dir + "/clt", "10", "localhost", str(PORT), "20000"]))
18
19
def run_server(binary_dir: str) -> int:
20
0 commit comments