cmake: sync torture test parallelism with autotools

Follow-up to 8ad3597d2d #14960
Closes #14969
This commit is contained in:
Viktor Szakats 2024-09-19 17:56:11 +02:00
parent bc2f72b9ae
commit cf2f4ca58e
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View 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")