[svn-r21859] Force the setting of test timeout for CTestScript use

This commit is contained in:
Allen Byrne
2012-01-03 12:09:34 -05:00
parent 871e139ba8
commit b38fdf4c57

View File

@@ -24,7 +24,7 @@ SET (VALGRIND_COMMAND_OPTIONS "-v --tool=memcheck --leak-check=full --track-fds=
SET (CTEST_TESTING_TIMEOUT 3600 CACHE STRING
"Maximum time allowed before CTest will kill the test.")
SET (DART_TESTING_TIMEOUT 3600 CACHE STRING
"Maximum time allowed before CTest will kill the test.")
"Maximum time allowed before CTest will kill the test." FORCE)
SET(CTEST_SUBMIT_RETRY_DELAY 20 CACHE STRING
"How long to wait between timed-out CTest submissions.")