commit | ac2ffb7a4b4c8872c921da59ccc8e92b097ba9a5 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Thu Sep 02 18:42:10 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 02 18:42:10 2021 +0000 |
tree | c4c3efc0e6ce9454ead5ad839d44616a84590131 | |
parent | a9a312bfca7d6aaa892c35ca44878847b5056958 [diff] | |
parent | cf3280bde678b0307e638133d7f94ecc51b5242b [diff] |
Bump map snapshot timeout to 10s am: cf3280bde6 Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1817697 Change-Id: I3b1f57ceeb698ba44a6df07609e8d89a99cb8237
diff --git a/aosp/dynamic_partition_control_android.cc b/aosp/dynamic_partition_control_android.cc index 538b57c..60936f2 100644 --- a/aosp/dynamic_partition_control_android.cc +++ b/aosp/dynamic_partition_control_android.cc
@@ -93,7 +93,7 @@ constexpr std::chrono::milliseconds kMapTimeout{1000}; // Map timeout for dynamic partitions with snapshots. Since several devices // needs to be mapped, this timeout is longer than |kMapTimeout|. -constexpr std::chrono::milliseconds kMapSnapshotTimeout{5000}; +constexpr std::chrono::milliseconds kMapSnapshotTimeout{10000}; DynamicPartitionControlAndroid::~DynamicPartitionControlAndroid() { Cleanup();