Merge "More robust tests." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5993338b0b
@@ -197,10 +197,11 @@ public class PackageManagerTests extends AndroidTestCase {
|
||||
}
|
||||
|
||||
public Intent getResult() {
|
||||
try {
|
||||
return mResult.take();
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
while (true) {
|
||||
try {
|
||||
return mResult.take();
|
||||
} catch (InterruptedException e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user