Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96eeefcd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I8d4fa1b1a5aadccfeda1c1e569636758c0045b5a
parents 7f233ab6 598c5fd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
};