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

Commit 02e465a8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "More robust tests." into udc-dev am: 0fe4eb97 am: 21f820c0

parents 85a3f431 21f820c0
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);
                }
            }
        }
    }