Commit 165026e
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 5a7d3dd commit 165026e
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1542 | 1542 | | |
1543 | 1543 | | |
1544 | 1544 | | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
1545 | 1548 | | |
1546 | | - | |
1547 | | - | |
1548 | | - | |
| 1549 | + | |
1549 | 1550 | | |
1550 | 1551 | | |
1551 | 1552 | | |
| |||
0 commit comments