diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-13 14:17:18 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-13 14:17:18 (GMT) |
commit | 1e72091e8631f1a94262a1a10b58d6b0a975db01 (patch) | |
tree | 8b202ee25eff6a384365522cc8a8ffce94a7414a /Source/cmCTest.h | |
parent | 3e020b3dccd0599bda35f801b54d35092833ee0e (diff) | |
download | CMake-1e72091e8631f1a94262a1a10b58d6b0a975db01.zip CMake-1e72091e8631f1a94262a1a10b58d6b0a975db01.tar.gz CMake-1e72091e8631f1a94262a1a10b58d6b0a975db01.tar.bz2 |
ENH: Add timeout support
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 3cc3fe4..9ca2844 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -92,6 +92,7 @@ public: ///! what is the configuraiton type, e.g. Debug, Release etc. std::string GetConfigType(); double GetTimeOut() { return m_TimeOut; } + void SetTimeOut(double t) { m_TimeOut = t; } /** * Check if CTest file exists |