File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
metacall_node_python_deadlock_test Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ if(OPTION_TEST_MEMORYCHECK AND NOT (OPTION_BUILD_SANITIZER OR OPTION_BUILD_THREA
8080 --label-exclude MEMCHECK_IGNORE
8181 --force-new-ctest-process
8282 --test -action memcheck
83- --timeout 60
83+ --timeout 5400
8484 #COMMAND cat "${CMAKE_BINARY_DIR}/Testing/Temporary/MemoryChecker.*.log"
8585 )
8686endif ()
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ add_dependencies(${target}
141141
142142set_tests_properties (${target} PROPERTIES
143143 LABELS ${target}
144- TIMEOUT 10 # Stop test after 10 seconds (to avoid deadlocking forever)
144+ TIMEOUT 120 # Stop test after 120 seconds (to avoid deadlocking forever)
145145)
146146
147147include (TestEnvironmentVariables)
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function sub-build {
6767 }
6868 }
6969
70- ctest " -j$ ( (Get-CimInstance Win32_ComputerSystem).NumberOfLogicalProcessors) " -- timeout 5000 -- output- on- failure - C $BUILD_TYPE
70+ ctest " -j$ ( (Get-CimInstance Win32_ComputerSystem).NumberOfLogicalProcessors) " -- timeout 5400 -- output- on- failure - C $BUILD_TYPE
7171
7272 if ( -not $? ) {
7373 $RecentExitCode = $LASTEXITCODE
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ sub_build() {
7070
7171 # Tests (coverage needs to run the tests)
7272 if [ $BUILD_TESTS = 1 ] || [ $BUILD_COVERAGE = 1 ]; then
73- ctest -j$( getconf _NPROCESSORS_ONLN) --timeout 5000 --output-on-failure --test-output-size-failed 3221000000 -C $BUILD_TYPE
73+ ctest -j$( getconf _NPROCESSORS_ONLN) --timeout 5400 --output-on-failure --test-output-size-failed 3221000000 -C $BUILD_TYPE
7474 fi
7575
7676 # Coverage
You can’t perform that action at this time.
0 commit comments