Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ ChangeTimeout
Method
ChangeTimeout
Source/CTest/cmProcess.cxx:396–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
}
395
396
void cmProcess::ChangeTimeout(cmDuration t)
397
{
398
this->Timeout = t;
399
this->StartTimer();
400
}
401
402
void cmProcess::ResetStartTime()
403
{
Callers
1
CheckOutput
Method · 0.80
Calls
1
StartTimer
Method · 0.95
Tested by
1
CheckOutput
Method · 0.64