]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: sync torture test parallelism with autotools
authorViktor Szakats <commit@vsz.me>
Thu, 19 Sep 2024 15:56:11 +0000 (17:56 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 19 Sep 2024 17:24:19 +0000 (19:24 +0200)
Follow-up to 8ad3597d2dca4209fb19563b0a611a9944fa579b #14960
Closes #14969

tests/CMakeLists.txt

index 87200fa312a28b5007b7dcde13dface8aaf99f17..34de2847992e5970c488b6ab8d67afa32007cb23 100644 (file)
@@ -100,5 +100,5 @@ add_runtests(test-full      "-a -p -r")
 # ~flaky means that it ignores results of tests using the flaky keyword
 add_runtests(test-nonflaky  "-a -p ~flaky ~timing-dependent")
 add_runtests(test-ci        "-a -p ~flaky ~timing-dependent -r -rm -j2")
-add_runtests(test-torture   "-a -t")
+add_runtests(test-torture   "-a -t -j2")
 add_runtests(test-event     "-a -e")