Searched refs:GetTimeoutMs (Results 1 – 1 of 1) sorted by relevance
106 static int GetTimeoutMs(const std::string& /*test_name*/) { in GetTimeoutMs() function690 child_proc.deadline_end_time_ns = child_proc.start_time_ns + GetTimeoutMs(test_name) * 1000000LL; in RunChildProcess()