Home | History | Annotate | Download | only in dumpstate

Lines Matching full:timeout_sec

1636     constexpr size_t timeout_sec = 30;
1637 if (result.wait_for(std::chrono::seconds(timeout_sec)) != std::future_status::ready) {
1638 MYLOGE("dumpstateBoard timed out after %zus, killing dumpstate vendor HAL\n", timeout_sec);