summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-07-02 20:29:15 (GMT)
committerBrad King <brad.king@kitware.com>2004-07-02 20:29:15 (GMT)
commit0b7ab2a4aab13abc0fb223a0ce41dacb67fa870b (patch)
treea350f1375e23eeb0b584847011057b0f116a7273 /Source/cmCTest.h
parent40a5bad9167dc9aca99a203aa0af4d2f41452de3 (diff)
downloadCMake-0b7ab2a4aab13abc0fb223a0ce41dacb67fa870b.zip
CMake-0b7ab2a4aab13abc0fb223a0ce41dacb67fa870b.tar.gz
CMake-0b7ab2a4aab13abc0fb223a0ce41dacb67fa870b.tar.bz2
BUG#969: Partially fixed by at least using the timeout for the individual calls to RunSingleCommand from within the inner ctest instance. This should be modified to incrementally adjust remaining time.
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 25b025c..15d0471 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -310,7 +310,7 @@ private:
int m_TestModel;
- int m_TimeOut;
+ double m_TimeOut;
std::string m_MemoryTester;
std::string m_MemoryTesterOptions;