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

Commit 53204a1d authored by Miguel's avatar Miguel
Browse files

Increase test timeout for failing expensiveobjects test.

Bug: 281807379
Test: atest ExpensiveObjectsPerfTest
Change-Id: Ic4be74dc28c32fcc932d603c003a04e6f7ccb0f1
parent de8dd4aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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();