Re: [CMake] Ctest timeout problem

2007-10-26 Thread Bill Hoffman
Baptiste Derongs wrote: Actually the answer is : Remove any DartTestFile.txt from the source folder. Only set CTEST_TEST_TIMEOUT in the script. Do not set anything in CMakeLists.txt and do not touch to DART_TESTING_TIMEOUT. So now it works, but that behaviour is strange, all values in CMakeCach

Re: [CMake] Ctest timeout problem

2007-10-26 Thread Baptiste Derongs
Actually the answer is : Remove any DartTestFile.txt from the source folder. Only set CTEST_TEST_TIMEOUT in the script. Do not set anything in CMakeLists.txt and do not touch to DART_TESTING_TIMEOUT. So now it works, but that behaviour is strange, all values in CMakeCache.txt and DartConfiguratio

[CMake] Ctest timeout problem

2007-10-24 Thread Baptiste Derongs
Hello all, I have got multiple tests, run by a ctest script. But I have a problem with timeout options. All my test are very quick, so I want to set a timeout of 60 seconds. I tried first to set for each test a timeout, by SET_TESTS_PROPERTIES, but the real timeout that I saw when I ran the script