diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 93d8b513dcf9..d8bd145962c2 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -168,10 +168,16 @@ if (BUILD_TESTS) # Set cost of the more expensive tests to help improve parallel scheduling # of tests - fixture_cost(TestIO 20) - fixture_cost(cfg-std_c 8) - fixture_cost(TestThreadExecutor 5) - fixture_cost(TestLeakAutoVarRecursiveCountLimit 4) - fixture_cost(TestTokenizer 4) + fixture_cost(TestProcessExecutorFiles 100) + fixture_cost(TestProcessExecutorFS 100) + fixture_cost(TestThreadExecutorFS 90) + fixture_cost(TestThreadExecutorFiles 90) + fixture_cost(cfg-std_cpp 80) + fixture_cost(TestIO 70) + fixture_cost(TestSimplifyTemplate 70) + fixture_cost(TestStl 60) + fixture_cost(TestCondition 50) + fixture_cost(TestValueFlow 40) + fixture_cost(TestSuppressions 30) endif() endif()