BUG 9950: increase timeout for BootstrapTest to 1.5 hours

This commit is contained in:
Zach Mullen 2009-11-23 10:22:09 -05:00
parent 62acb921f3
commit 1da9b54a59
1 changed files with 1 additions and 1 deletions

View File

@ -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)