Merge "Increase test timeout for failing expensiveobjects test."

This commit is contained in:
Miguel Aranda
2023-05-11 12:51:42 +00:00
committed by Gerrit Code Review

View File

@@ -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();