MCPcopy 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
396void cmProcess::ChangeTimeout(cmDuration t)
397{
398 this->Timeout = t;
399 this->StartTimer();
400}
401
402void cmProcess::ResetStartTime()
403{

Callers 1

CheckOutputMethod · 0.80

Calls 1

StartTimerMethod · 0.95

Tested by 1

CheckOutputMethod · 0.64