On 1/26/07, Ken Martin <[EMAIL PROTECTED]> 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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to