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

Commit 4c879b0f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge changes I52ac80f1,Iba48c173,If0a71607 am: cfc08041

Change-Id: Ia24b5d4a96c811dd2a2c7033c919d23e1fb84132
parents 7963fc1f cfc08041
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) {