From a40c71f68ec4553f21d6f6caf31e8ff8daddb6e6 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Fri, 5 Jul 2019 13:03:58 +0100 Subject: [PATCH] Bump the perf tests up to counting as 4 tests. They're failing on macOS and 32-bit Windows CI, but not locally on 32-bit Windows, so probably running out of memory... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e77a7d9..6fc7b39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,7 +172,7 @@ if(NOT DEFINED SNMALLOC_ONLY_HEADER_LIBRARY) add_test(${TESTNAME} ${TESTNAME}) endif() if (${TEST_CATEGORY} MATCHES "perf") - set_tests_properties(${TESTNAME} PROPERTIES PROCESSORS 3) + set_tests_properties(${TESTNAME} PROPERTIES PROCESSORS 4) endif() endforeach() endforeach()