Skip to content

CTest: Only apply the secondary test timeout once

This commit fixes a bug in the implementation of the test property TIMEOUT_AFTER_MATCH. The new timeout value was being applied every time a line was output by the test after the match had been encountered. Now the new timeout value is only set once.

This commit also improves some output formatting related to this property.

Merge request reports