Merge "Reduce timeout for DL to destroy." into sc-dev am: 598c5fd593

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15130115

Change-Id: I5bbee021c2b7a26245619d94436f1573fbebaaf9
This commit is contained in:
TreeHugger Robot
2021-06-29 05:06:19 +00:00
committed by Automerger Merge Worker

View File

@@ -91,7 +91,7 @@ struct Constants {
static constexpr auto readLogsMaxInterval = 2h;
// How long should we wait till dataLoader reports destroyed.
static constexpr auto destroyTimeout = 60s;
static constexpr auto destroyTimeout = 10s;
static constexpr auto anyStatus = INT_MIN;
};