summaryrefslogtreecommitdiff
path: root/dumpstate
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-09-22 14:42:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-09-22 14:42:23 +0000
commit3c5aa84d37457113f4e53dead6590409fc18230c (patch)
tree03765422f7afbaddfb1cd52d3b5f3d22a27ebdcd /dumpstate
parent2ae7190ad4a57e147a1353b58bd7d2e5dfa8a4a7 (diff)
parent627f4bfd14100cec29280f49b611f4c29e41d5ee (diff)
downloadbramble-3c5aa84d37457113f4e53dead6590409fc18230c.tar.gz
Merge "dumpstate timeout rollback to 30sec"
Diffstat (limited to 'dumpstate')
-rwxr-xr-xdumpstate/DumpstateDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp
index 13d51f3..f09a15a 100755
--- a/dumpstate/DumpstateDevice.cpp
+++ b/dumpstate/DumpstateDevice.cpp
@@ -569,7 +569,7 @@ static void DumpUFS(int fd) {
// Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
// Ignore return value, just return an empty status.
- dumpstateBoard_1_1(handle, DumpstateMode::DEFAULT, 60 * 1000 /* timeoutMillis */);
+ dumpstateBoard_1_1(handle, DumpstateMode::DEFAULT, 30 * 1000 /* timeoutMillis */);
return Void();
}