[Insight-developers] ITK 3.12 : Dashboard State : Remaining Issues.

Luis Ibanez luis.ibanez at kitware.com
Fri Feb 27 11:16:26 EST 2009


Sean McBride wrote:
> On 2/27/09 9:27 AM, Luis Ibanez said:
> 
> 
>>1) RogeResearch3
>>   Mac10.5-InsightReview-gcc-dbg-ppc
>>
>>   4 Failing Tests:
>>
>>   DeformableRegistration12Test3
>>   DeformableRegistration13Test1
>>   DeformableRegistration13Test3
>>   ImageRegistration15Test
>>
>>   All of them Timing out...
> 
> 
> Luis,
> 
> Perhaps you could help us with that... I think we have not set the
> timeout correctly in our CMake script, see:
> <http://www.cdash.org/CDash/viewNotes.php?buildid=280852>
> 
> We set:
> 
> SET(ENV{DART_TESTING_TIMEOUT} "250")
> 
> Yet the tests timeout in 600s.  Where/how should we set the timeout?
> 
> Thanks,
> 


Hi Sean,

Thanks for lookin into this issue.

Here is what I use for the CTest script in Zion.kitware

SET (CTEST_INITIAL_CACHE "

    ... other stuff

    DART_TESTING_TIMEOUT:STRING=15000

    ... other stuff

")


Could you double check the final value in the CMakeCache.txt
in the binary directory ?


   Thanks


      Luis



More information about the Insight-developers mailing list