Add a high COST value to BootstrapTest so that it will be scheduled first in parallel ctest executions.
This commit is contained in:
parent
b640884db7
commit
1c13f57313
|
@ -1483,6 +1483,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
|
||||||
--test-command
|
--test-command
|
||||||
${CMake_BINARY_DIR}/Tests/BootstrapTest/Bootstrap.cmk/cmake)
|
${CMake_BINARY_DIR}/Tests/BootstrapTest/Bootstrap.cmk/cmake)
|
||||||
LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/BootstrapTest")
|
LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/BootstrapTest")
|
||||||
|
# Make this test run early during parallel execution
|
||||||
|
SET_TESTS_PROPERTIES(BootstrapTest PROPERTIES COST 5000)
|
||||||
|
|
||||||
# provide more time for the bootstrap test
|
# provide more time for the bootstrap test
|
||||||
GET_TEST_PROPERTY(BootstrapTest TIMEOUT PREVIOUS_TIMEOUT)
|
GET_TEST_PROPERTY(BootstrapTest TIMEOUT PREVIOUS_TIMEOUT)
|
||||||
|
|
Loading…
Reference in New Issue