Searched refs:kShellTimeoutMs (Results 1 – 1 of 1) sorted by relevance
45 const int kShellTimeoutMs = 30 * 1000; variable93 while (GetCurrentTimeMs() - start_time_ms < kShellTimeoutMs) { in RunShellCommand()94 int64_t time_left_ms = kShellTimeoutMs - (GetCurrentTimeMs() - start_time_ms); in RunShellCommand()