Skip to content

ctest: Consolidate test timeout selection logic

Brad King requested to merge brad.king/cmake:ctest-timeout-zero into master

Test timeout selection was previously spread out over several locations. Consolidate it in a single place to make it easier to follow.

Also consolidate test cases, and fix a corner case with TIMEOUT=0 and --timeout.

Edited by Brad King

Merge request reports