[CMake] ctest, timeout per test/cmd

Pierre pierre.php at gmail.com
Sat Jan 27 14:53:11 EST 2007


On 1/26/07, Ken Martin <ken.martin at kitware.com> wrote:
> Yesterday I checked in some changes to that you can specify a timeout per
> test if desired. Essentially...
>
>   add_test ( MyTest1 ....)
>   set_tests_properties ( MyTest1 PROPERTIES TIMEOUT 100)
>
>   add_test ( MyTest2 ....)
>   set_tests_properties ( MyTest2 PROPERTIES TIMEOUT 500)
>
>   etc...
>
> The timeout is specified in seconds. This feature should work in both
> dashboard and non-dashboard ctest invocations.

Very good news, thanks for your work and reactivity. I will test it soon :)

--Pierre


More information about the CMake mailing list