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

Commit 40eb89d3 authored by Steven Moreland's avatar Steven Moreland
Browse files

BinderProxyTest: more time to get proxy

Test is flaking 0.5% of the time.

Change-Id: I1f54266b200482d5d60287ae9b3ef44803a8056b
Fixes: 385652853
Test: N/A
parent 39ef4727
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());