summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-12-12 13:02:25 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-12-12 13:02:33 (GMT)
commit1f5b2a8de93dc828d0cdc650478999133273c2c7 (patch)
tree7a0abc413deb20ee13a21065a7b6e0784d5fba41 /Source/cmCTest.h
parent62d8bff146b28c10c11ad7ef8114f8d06f2fcad8 (diff)
parentba6caafa42afb7fa2c7d8d0d49c73d79efee1e9c (diff)
downloadCMake-1f5b2a8de93dc828d0cdc650478999133273c2c7.zip
CMake-1f5b2a8de93dc828d0cdc650478999133273c2c7.tar.gz
CMake-1f5b2a8de93dc828d0cdc650478999133273c2c7.tar.bz2
Merge topic 'fix-ctest-chrono'
ba6caafa CTest: Use integer-representable value for "infinite" timeout 548e8f6f CTest: Simplify std::chrono::duration<double> conversion to double de0035fd cmCTestBuildAndTestHandler: Convert timeout to std::chrono::duration 687a26b7 CTest: Fix regression in build-and-test timeout forwarding e770b1b8 CTest: Fix regression in build-and-test timeout compuatation Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: dublet <github@dublet.org> Merge-request: !1574
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 44a6350..23d71cb 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -208,6 +208,8 @@ public:
*/
std::chrono::duration<double> GetRemainingTimeAllowed();
+ static std::chrono::duration<double> MaxDuration();
+
/**
* Open file in the output directory and set the stream
*/