The timeout on the local system can be changed with CTEST_TEST_TIMEOUT. Since this is a debug build it would make since to increase it from the defaults.
Also is the system running out of memory or anything during these tests? I think the TIFF test may use a lot of memory.
which are already marked with both RUNS_LONG and RUN_SERIAL yet they don’t complete even after 16 minutes. And that’s not even with stress tools like ASan, TSan, valgrind. If I run by hand with a huge --timeout passed to ctest, they eventually pass after about 30 minutes. The machine is a dual quad-core Intel Xeon and 2.26 GHz and 28 GiB RAM. A bit old, but not horrible.
These test are conditional on the “ITK_USE_BRAINWEB_DATA” flag. For the valgrind and coverage build I am running this is not enabled. I believe this test data set was support to exercise more “real world” data set sizes.