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

Commit 58a27f6f authored by Qiulu Yang's avatar Qiulu Yang Committed by android-build-merger
Browse files

Increase time limit of search task

am: 12f6fe43

Change-Id: I7396e3df23e292f8d42d315c0c6497249ffc2231
parents 42c9de42 12f6fe43
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;