Merge "Merge "Increase test timeout for failing expensiveobjects test." am: 82af3a18cb am: 4ee1296e8e am: 61a5da5963" into udc-dev-plus-aosp

This commit is contained in:
Automerger Merge Worker
2023-05-11 14:46:49 +00:00
committed by Android (Google) Code Review

View File

@@ -52,7 +52,7 @@ public class ExpensiveObjectsPerfTest {
}
}
@Test
@Test(timeout = 900)
public void timeClonedDateFormatTimeInstance() {
DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT);
BenchmarkState state = mPerfStatusReporter.getBenchmarkState();