Merge topic 'increase-ep-test-timeout'
42b26ee ExternalProject Test: Increase test timeout value
This commit is contained in:
commit
70bd240e6c
@ -815,11 +815,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
|
|||||||
--test-command ${CMAKE_CTEST_COMMAND} -V
|
--test-command ${CMAKE_CTEST_COMMAND} -V
|
||||||
)
|
)
|
||||||
LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/ExternalProject")
|
LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/ExternalProject")
|
||||||
# The ExternalProject test takes 900 seconds on some machines!
|
SET_TESTS_PROPERTIES(ExternalProject PROPERTIES
|
||||||
GET_TEST_PROPERTY(ExternalProject TIMEOUT PREVIOUS_TIMEOUT)
|
TIMEOUT ${CMAKE_LONG_TEST_TIMEOUT})
|
||||||
IF("${PREVIOUS_TIMEOUT}" MATCHES NOTFOUND)
|
|
||||||
SET_TESTS_PROPERTIES(ExternalProject PROPERTIES TIMEOUT 1000)
|
|
||||||
ENDIF("${PREVIOUS_TIMEOUT}" MATCHES NOTFOUND)
|
|
||||||
|
|
||||||
# do each of the tutorial steps
|
# do each of the tutorial steps
|
||||||
FOREACH(STP RANGE 1 7)
|
FOREACH(STP RANGE 1 7)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user