Merge "Increase test timeout for failing expensiveobjects test." am: 82af3a18cb am: 4ee1296e8e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2583672 Change-Id: I58bf1cef69dee741e045f18ac541ec8054be9006 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -52,7 +52,7 @@ public class ExpensiveObjectsPerfTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test(timeout = 900)
|
||||||
public void timeClonedDateFormatTimeInstance() {
|
public void timeClonedDateFormatTimeInstance() {
|
||||||
DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT);
|
DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT);
|
||||||
BenchmarkState state = mPerfStatusReporter.getBenchmarkState();
|
BenchmarkState state = mPerfStatusReporter.getBenchmarkState();
|
||||||
|
|||||||
Reference in New Issue
Block a user