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

Commit d55680f7 authored by William Escande's avatar William Escande
Browse files

Increase disable timeout for test

Bug: 288324746
Test: atest AdapterServiceTest
Change-Id: I8ddb5e250e70662b726b7666da3a11039941cf63
parent e210da03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public class AdapterServiceTest {
    private static final int GATT_START_TIME_MS = 1000;
    private static final int ONE_SECOND_MS = 1000;
    private static final int NATIVE_INIT_MS = 8000;
    private static final int NATIVE_DISABLE_MS = 1000;
    private static final int NATIVE_DISABLE_MS = 8000;

    private final AttributionSource mAttributionSource = new AttributionSource.Builder(
            Process.myUid()).build();