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

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

Merge "Add delay after installing dummy app" into tm-qpr-dev

parents fc01c382 38779f75
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ import static org.junit.Assume.assumeTrue;

import android.content.Intent;
import android.graphics.Point;
import android.os.SystemClock;
import android.platform.test.annotations.IwTest;

import androidx.test.filters.LargeTest;
@@ -493,6 +494,8 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
    public void testUninstallFromAllApps() throws Exception {
        TestUtil.installDummyApp();
        try {
            // b/256659409
            SystemClock.sleep(5000);
            Workspace workspace = mLauncher.getWorkspace();
            final HomeAllApps allApps = workspace.switchToAllApps();
            allApps.freeze();