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

Commit 7bf935f8 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "BinderProxyTest: more time to get proxy" into main

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