Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: make test timeout configurable
The CMake test property TIMEOUT has higher priority than the user-supplied --timeout switch. The exceptionally long default setting (1000 seconds) can make tests that aren't entirely controlled by test-monitor very painful to run. This commit instead sets CTEST_TEST_TIMEOUT, allowing the user to override the timeout at test run time.
- Loading branch information