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

Commit c353be51 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "BinderProxyTest: more time to get proxy" into main am: 7bf935f8

parents 60786ca6 7bf935f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -138,7 +138,7 @@ public class BinderProxyTest {
                    new Intent(mContext, BinderProxyService.class),
                    new Intent(mContext, BinderProxyService.class),
                    connection,
                    connection,
                    Context.BIND_AUTO_CREATE);
                    Context.BIND_AUTO_CREATE);
            if (!bindLatch.await(500, TimeUnit.MILLISECONDS)) {
            if (!bindLatch.await(1000, TimeUnit.MILLISECONDS)) {
                fail(
                fail(
                        "Timed out while binding service: "
                        "Timed out while binding service: "
                                + BinderProxyService.class.getSimpleName());
                                + BinderProxyService.class.getSimpleName());