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

Commit 9e46fead authored by Miguel's avatar Miguel Committed by Miguel Aranda
Browse files

Extend ExpensiveObjectsPerfTest timeouts.

Test: atest ExpensiveObjectsPerfTest
Bug: 284111560
Bug: 286219615
Change-Id: I6e35b65311c970e2c5ed40f5f25a9e771c35e9a2
parent ffc1a30a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public class ExpensiveObjectsPerfTest {
        }
    }

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

    @Test
    @Test(timeout = 900000)
    public void timeNewCollator() {
        BenchmarkState state = mPerfStatusReporter.getBenchmarkState();
        while (state.keepRunning()) {