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

Commit 04be7459 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Make BootImageProfileTest less flaky" into rvc-dev am: 644dac75

Change-Id: Idf7a8ed690c42307023f0ab30cf48be0df376a50
parents 3b718aef 644dac75
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -78,13 +78,12 @@ public class BootImageProfileTest implements IDeviceTest {
            return false;
        }
        String res = mTestDevice.executeShellCommand("kill -s SIGUSR1 " + pid).trim();
        assertTrue("kill SIGUSR1: " + res, res.length() == 0);
        return true;
        return res.length() == 0;
    }

    @Test
    public void testSystemServerProfile() throws Exception {
        final int numIterations = 20;
        final int numIterations = 30;
        String res;
        // Set properties and wait for them to be readable.
        for (int i = 1; i <= numIterations; ++i) {