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

Commit b9c694ee 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

am: 0f7bc330

Change-Id: I1b3996b355f5fa3472853de65febc7511d1e390b
parents d008c942 0f7bc330
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;