Skip to content

set CTest timeout to 0

Christoph Hasse requested to merge chasse_ctest_timeout into master

clang dbg has some failing tests because CTest kills them after 1500s.
This sets this default timeout to 0, as timeouts are handled by Gaudi.

Let's follow the discussion about this at: Moore!923 (comment 4641609)

Upstream fix is in gaudi/Gaudi!1233 (merged) (after merging that we can drop the workaround here)

Edited by Rosen Matev

Merge request reports