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

Commit 82af3a18 authored by Miguel Aranda's avatar Miguel Aranda Committed by Gerrit Code Review
Browse files

Merge "Increase test timeout for failing expensiveobjects test."

parents 4d3ac1d5 53204a1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public class ExpensiveObjectsPerfTest {
        }
    }

    @Test
    @Test(timeout = 900)
    public void timeClonedDateFormatTimeInstance() {
        DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT);
        BenchmarkState state = mPerfStatusReporter.getBenchmarkState();