summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-09-20 14:47:36 (GMT)
committerBrad King <brad.king@kitware.com>2007-09-20 14:47:36 (GMT)
commit7735a3855710b17cbbb2a3f338271dea35ab853d (patch)
tree2951ebaf89680bcb652a820b0d0b3bab2121f249 /Tests
parentf2bb57684fd448e7479a04ae9504902cdd8628cf (diff)
downloadCMake-7735a3855710b17cbbb2a3f338271dea35ab853d.zip
CMake-7735a3855710b17cbbb2a3f338271dea35ab853d.tar.gz
CMake-7735a3855710b17cbbb2a3f338271dea35ab853d.tar.bz2
ENH: Restore shorter timeout for SimpleInstall-Stage2.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index f1c13c0..0c0fe55 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -195,12 +195,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
"-DCMAKE_INSTALL_PREFIX:PATH=${SimpleInstallInstallDir}"
"-DSTAGE2:BOOL=1"
--test-command ${SimpleInstallInstallDir}/MyTest/bin/SimpleInstallS2)
- IF(COMMAND SET_TESTS_PROPERTIES AND COMMAND GET_TEST_PROPERTY)
- IF(APPLE)
- # Set a really long timeout on apple to see if the test finishes.
- SET_TESTS_PROPERTIES(SimpleInstall-Stage2 PROPERTIES TIMEOUT 50000)
- ENDIF(APPLE)
- ENDIF(COMMAND SET_TESTS_PROPERTIES AND COMMAND GET_TEST_PROPERTY)
ADD_TEST(X11 ${CMAKE_CTEST_COMMAND}
--build-and-test