File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ if(OPTION_TEST_MEMORYCHECK AND NOT (OPTION_BUILD_ADDRESS_SANITIZER OR OPTION_BUI
85
85
--label-exclude MEMCHECK_IGNORE
86
86
--force-new-ctest-process
87
87
--test-action memcheck
88
- --timeout 5400
88
+ --timeout 7200
89
89
COMMAND ${CMAKE_COMMAND} -E cat "${CMAKE_BINARY_DIR} /Testing/Temporary/MemoryChecker.*.log"
90
90
)
91
91
endif ()
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ function Sub-Build {
78
78
# Tests (coverage needs to run the tests)
79
79
if (($BUILD_TESTS -eq 1 ) -or ($BUILD_BENCHMARKS -eq 1 ) -or ($BUILD_COVERAGE -eq 1 )) {
80
80
echo " Running the tests..."
81
- ctest " -j$ ( (Get-CimInstance Win32_ComputerSystem).NumberOfLogicalProcessors) " -- timeout 5400 -- output- on- failure - C $BUILD_TYPE
81
+ ctest " -j$ ( (Get-CimInstance Win32_ComputerSystem).NumberOfLogicalProcessors) " -- timeout 7200 -- output- on- failure - C $BUILD_TYPE
82
82
83
83
if (-not $? ) {
84
84
$RecentExitCode = $LASTEXITCODE
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ sub_build() {
75
75
76
76
# Tests (coverage needs to run the tests)
77
77
if [ $BUILD_TESTS = 1 ] || [ $BUILD_BENCHMARKS = 1 ] || [ $BUILD_COVERAGE = 1 ]; then
78
- ctest -j$( getconf _NPROCESSORS_ONLN) --timeout 5400 --output-on-failure --test-output-size-failed 3221000000 -C $BUILD_TYPE
78
+ ctest -j$( getconf _NPROCESSORS_ONLN) --timeout 7200 --output-on-failure --test-output-size-failed 3221000000 -C $BUILD_TYPE
79
79
fi
80
80
81
81
# Coverage
You can’t perform that action at this time.
0 commit comments