Merge "Reduce timeout for DL to destroy." into sc-dev am: 598c5fd593 am: 96eeefcddd
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15130115 Change-Id: I001db73e24027132f69b9de8323d0c4cbef9d7fa
This commit is contained in:
@@ -91,7 +91,7 @@ struct Constants {
|
|||||||
static constexpr auto readLogsMaxInterval = 2h;
|
static constexpr auto readLogsMaxInterval = 2h;
|
||||||
|
|
||||||
// How long should we wait till dataLoader reports destroyed.
|
// 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;
|
static constexpr auto anyStatus = INT_MIN;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user