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

Commit 3ccc5857 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Reduce synchronous call timeout" am: 63718132

parents d9918147 63718132
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -35,10 +35,8 @@ public final class BluetoothUtils {
     */
    private BluetoothUtils() {}

    /**
     * Timeout value for synchronous binder call
     */
    private static final Duration SYNC_CALLS_TIMEOUT = Duration.ofSeconds(5);
    /** Timeout value for synchronous binder call */
    private static final Duration SYNC_CALLS_TIMEOUT = Duration.ofSeconds(3);

    /**
     * @return timeout value for synchronous binder call