Merge "Reduce timeout for DL to destroy." into sc-dev

This commit is contained in:
TreeHugger Robot
2021-06-29 04:53:41 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}; };