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

Commit 5993338b authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Android (Google) Code Review
Browse files

Merge "More robust tests." into tm-qpr-dev

parents 7c180486 21683a93
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -197,10 +197,11 @@ public class PackageManagerTests extends AndroidTestCase {
        }

        public Intent getResult() {
            while (true) {
                try {
                    return mResult.take();
                } catch (InterruptedException e) {
                throw new RuntimeException(e);
                }
            }
        }
    }