mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
BUG: CTest should honor test timeouts.
This commit is contained in:
@@ -435,6 +435,8 @@ bool cmCTestRunTest::CreateProcess(double testTimeOut,
|
||||
cmCTestLog(this->CTest, HANDLER_VERBOSE_OUTPUT, this->Index << ": "
|
||||
<< "Test timeout computed to be: " << timeout << "\n");
|
||||
|
||||
this->TestProcess->SetTimeout(timeout);
|
||||
|
||||
if (this->ModifyEnv)
|
||||
{
|
||||
this->OrigEnv = cmSystemTools::AppendEnv(environment);
|
||||
|
||||
Reference in New Issue
Block a user