We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macos-*
1 parent 601156b commit 5ecb4daCopy full SHA for 5ecb4da
test/CMakeLists.txt
@@ -68,7 +68,8 @@ if (BUILD_TESTS)
68
include(ProcessorCount)
69
ProcessorCount(N)
70
set(CTEST_PARALLEL_LEVEL ${N} CACHE STRING "CTest parallel level")
71
- set(CTEST_TIMEOUT 90 CACHE STRING "CTest timeout")
+ # the macos-* runners are sporadically much slower than other runners so chose a high timeout
72
+ set(CTEST_TIMEOUT 130 CACHE STRING "CTest timeout")
73
add_custom_target(check ${CMAKE_CTEST_COMMAND} --output-on-failure -j ${CTEST_PARALLEL_LEVEL} -C ${CMAKE_CFG_INTDIR} --timeout ${CTEST_TIMEOUT}
74
DEPENDS testrunner cppcheck)
75
0 commit comments