You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/debian/patches/bootstraptest_increase_time...

18 lines
688 B

From: Modestas Vainius <modestas@vainius.eu>
Subject: increase time out for BootstrapTest to 2 hours
Default time out of 25 minutes (1500 seconds) is not enough on slow
and embedded systems (e.g. armel, s390).
Bug: http://public.kitware.com/Bug/view.php?id=9950
Forwarded: not-needed
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1372,6 +1372,7 @@
--build-noclean
--build-makeprogram ${CMake_SOURCE_DIR}/bootstrap
--build-generator "${CMAKE_TEST_GENERATOR}"
+ --test-timeout 7200
--test-command
${CMake_BINARY_DIR}/Tests/BootstrapTest/Bootstrap.cmk/cmake)
LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/BootstrapTest")