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

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

Merge "Disable package verifier in stress test."

parents 41b92037 34a894dc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@ public class ManagedProfileLifecycleStressTest extends BaseHostJUnit4Test {
     */
    @Test
    public void testCreateStartDelete() throws Exception {
        // Disable package verifier for ADB installs.
        getDevice().executeShellCommand("settings put global verifier_verify_adb_installs 0");
        int iteration = 0;
        final long deadline = System.nanoTime() + TimeUnit.MINUTES.toNanos(TIME_LIMIT_MINUTES);
        while (System.nanoTime() < deadline) {