Home
last modified time | relevance | path

Searched refs:kShellTimeoutMs (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/wificond/tests/
Dshell_utils.cpp45 const int kShellTimeoutMs = 30 * 1000; variable
93 while (GetCurrentTimeMs() - start_time_ms < kShellTimeoutMs) { in RunShellCommand()
94 int64_t time_left_ms = kShellTimeoutMs - (GetCurrentTimeMs() - start_time_ms); in RunShellCommand()