Commit c41472e
committed
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.1 parent e6d11d9 commit c41472e
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1566 | 1566 | | |
1567 | 1567 | | |
1568 | 1568 | | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
1569 | 1572 | | |
1570 | | - | |
1571 | | - | |
1572 | | - | |
| 1573 | + | |
1573 | 1574 | | |
1574 | 1575 | | |
1575 | 1576 | | |
| |||
0 commit comments