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
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
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