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

Commit 2eae7ea6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix flaky ConnectivityServiceTest#testNetworkFactoryUnregister" into rvc-dev am: 8a69fa18

Change-Id: I8b43f896064dddb84986b5a8d6edad1116028a5b
parents 3a4aac9b 8a69fa18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2464,8 +2464,8 @@ public class ConnectivityServiceTest {
            final MockNetworkFactory testFactory = new MockNetworkFactory(handlerThread.getLooper(),
                    mServiceContext, "testFactory", filter);
            // Register the factory and don't be surprised when the default request arrives.
            testFactory.register();
            testFactory.expectAddRequestsWithScores(0);
            testFactory.register();
            testFactory.waitForNetworkRequests(1);

            testFactory.setScoreFilter(42);