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

Commit eca4d908 authored by Chalard Jean's avatar Chalard Jean
Browse files

Fix testMobileDataAlwaysOn flakiness

Test: atest --iterations 100 CST#testMobileDataAlwaysOn
Change-Id: I0e6df4694752dab7a5938e8f8bd88c7da7c3fcd5
parent b9078bd1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4173,6 +4173,7 @@ public class ConnectivityServiceTest {
            // ...  and cell data to be torn down after nascent network timeout.
            cellNetworkCallback.expectCallback(CallbackEntry.LOST, mCellNetworkAgent,
                    mService.mNascentDelayMs + TEST_CALLBACK_TIMEOUT_MS);
            waitForIdle();
            assertLength(1, mCm.getAllNetworks());
        } finally {
            testFactory.terminate();