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

Commit 89af0a39 authored by Dmitry Dementyev's avatar Dmitry Dementyev
Browse files

Use longer timeout for AccountManagerServer sessions.

Operations like adding an account require user interaction and may take
longer time.
Bug: 303905130
Test: manual

Change-Id: I6b50676558f1c35a22845007b5bf4421e115f689
parent 4cb17881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ public class AccountManagerService

    final MessageHandler mHandler;

    private static final int TIMEOUT_DELAY_MS = 1000 * 60;
    private static final int TIMEOUT_DELAY_MS = 1000 * 60 * 15;
    // Messages that can be sent on mHandler
    private static final int MESSAGE_TIMED_OUT = 3;
    private static final int MESSAGE_COPY_SHARED_ACCOUNT = 4;