summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-11-23 15:22:09 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-11-23 15:22:09 (GMT)
commit1da9b54a59a674cb59dad100658d5c14f5f95329 (patch)
treee36e8a6057b90422eaa9f6304fd7bafca8a8f3b7 /Tests
parent62acb921f3f620fea28ce8b7fff94a41f8ff4ca7 (diff)
downloadCMake-1da9b54a59a674cb59dad100658d5c14f5f95329.zip
CMake-1da9b54a59a674cb59dad100658d5c14f5f95329.tar.gz
CMake-1da9b54a59a674cb59dad100658d5c14f5f95329.tar.bz2
BUG 9950: increase timeout for BootstrapTest to 1.5 hours
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 2e5a783..c49d274 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1393,7 +1393,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
GET_TEST_PROPERTY(BootstrapTest TIMEOUT PREVIOUS_TIMEOUT)
IF ("${PREVIOUS_TIMEOUT}" MATCHES NOTFOUND)
SET_TESTS_PROPERTIES ( BootstrapTest
- PROPERTIES TIMEOUT ${CMAKE_LONG_TEST_TIMEOUT})
+ PROPERTIES TIMEOUT 5400)
ENDIF ("${PREVIOUS_TIMEOUT}" MATCHES NOTFOUND)
ENDIF(UNIX AND CMAKE_RUN_LONG_TESTS AND NOT CMAKE_SKIP_BOOTSTRAP_TEST)