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

Commit 93845a69 authored by Kunal Malhotra's avatar Kunal Malhotra Committed by Android (Google) Code Review
Browse files

Merge "Bug fix for failing test. Process start times out due to long sleep...

Merge "Bug fix for failing test. Process start times out due to long sleep time, which should only be done for wedge." into main
parents f862be37 cb5cf5f5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -280,7 +280,9 @@ public class AsyncProcessStartTest {
                0, 0);

        // Sleep until timeout should have triggered
        if (wedge) {
            SystemClock.sleep(ActivityManagerService.PROC_START_TIMEOUT + 1000);
        }

        return app;
    }