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

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

Merge changes from topic "presubmit-am-bed54c4b3fbf4171a0599b645919df07" into tm-qpr-dev-plus-aosp

* changes:
  [automerge] More robust tests. 2p: 21683a93
  More robust tests.
parents d436a401 42c7debe
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);
                }
            }
        }
    }