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

Commit 0f7bc330 authored by Qiulu Yang's avatar Qiulu Yang Committed by android-build-merger
Browse files

Increase time limit of search task am: 12f6fe43

am: 58a27f6f

Change-Id: I3a02847efba807e5b93f65a5b44d5dc4d3cd12a9
parents 970b6227 58a27f6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ public class SearchResultAggregator {
     * Timeout for subsequent tasks to allow for fast returning tasks.
     * TODO(70164062): Tweak the timeout values.
     */
    private static final long SHORT_CHECK_TASK_TIMEOUT_MS = 300;
    private static final long SHORT_CHECK_TASK_TIMEOUT_MS = 600;

    private static SearchResultAggregator sResultAggregator;