commit | 69f39bc1eec2167530a1e1c034d7e1ab6c6b2f45 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Mar 14 18:10:30 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 14 18:10:30 2022 +0000 |
tree | 0dace85d48222d163db369329aeb574cb2446f56 | |
parent | 440c4434da4ffc059f54e1d33bb562fde09d8466 [diff] | |
parent | 7e42d09344f00360fb40fd4a35c97364f04eabc8 [diff] |
Merge "Bump the timeout on IDumpstateDevice" am: 7e42d09344 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2021231 Change-Id: I4a2798030bceabc49cc0496aa0b5daf62958ee69
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 0e9ce89..24b201f 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp
@@ -2418,7 +2418,7 @@ // Given that bugreport is required to diagnose failures, it's better to set an arbitrary amount // of timeout for IDumpstateDevice than to block the rest of bugreport. In the timeout case, we // will kill the HAL and grab whatever it dumped in time. - constexpr size_t timeout_sec = 30; + constexpr size_t timeout_sec = 45; if (dumpstate_hal_handle_aidl != nullptr) { DoDumpstateBoardAidl(dumpstate_hal_handle_aidl, dumpstate_fds, options_->bugreport_mode,