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

Commit 9f4153da authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove Thread.sleep()"

parents da28d60c 4cb97c5f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -237,8 +237,6 @@ public class StagedRollbackTest {
                Integer.toString(120000), false);
        // Simulate re-installation of new NetworkStack with rollbacks enabled
        installNetworkStackPackage();
        // Sleep to allow writes to disk before reboot
        Thread.sleep(TimeUnit.SECONDS.toMillis(5));
    }

    @Test