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

Commit 66ae1a15 authored by Miguel Aranda's avatar Miguel Aranda Committed by Automerger Merge Worker
Browse files

Merge "Extend ExpensiveObjectsPerfTest timeouts." am: 79572ee4 am:...

Merge "Extend ExpensiveObjectsPerfTest timeouts." am: 79572ee4 am: fbaae95a am: 52644bc4 am: 723b0849

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2640111



Change-Id: Id6748f3137c6a3364f2dcb6e483f3cbcc97e15e9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 97c3e6cd 723b0849
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()) {