Skip to content

Commit

Permalink
1sec timeout - strength 4
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Oct 9, 2023
1 parent 492ad80 commit bda701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ci/ci_tlsanvil_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def server_test(botan_dir_path: str, parallel: int):
"--network", "host",
"-v", f"{Config.test_suite_results_dest}:/output",
docker_img,
"-strength", "3",
"-strength", "4",
"-parallelHandshakes", str(parallel),
"-disableTcpDump",
"-outputFolder", os.path.join(Config.test_suite_results_dest, Config.test_suite_results_dir_name),
Expand Down

0 comments on commit bda701c

Please sign in to comment.