Skip to content

Commit

Permalink
ctest: reduce PARALLEL_LEVEL from 10 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed May 31, 2021
1 parent e587d9c commit a8da7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/CTestScript.cmake.in
Expand Up @@ -21,7 +21,7 @@ set(CTEST_BINARY_DIRECTORY @CMAKE_BINARY_DIR@)

ctest_start("Continuous")
ctest_test(EXCLUDE_LABEL broken
PARALLEL_LEVEL 10
PARALLEL_LEVEL 5
@REPEAT_UNTIL@
)
ctest_coverage()

0 comments on commit a8da7d0

Please sign in to comment.