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

Commit 0fe4eb97 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "More robust tests." into udc-dev

parents 4ceed60b 18e9fa72
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -199,10 +199,11 @@ public class PackageManagerTests extends AndroidTestCase {
        }

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