diff options
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 |