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

Commit 7b22531c authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Fix flaky ApplicationExitInfoTest" into sc-dev

parents cc458033 f5396e37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1015,7 +1015,7 @@ public class ApplicationExitInfoTest {
        assertNotNull(info);

        if (timestamp != null) {
            final long tolerance = 1000; // ms
            final long tolerance = 10000; // ms
            assertTrue(timestamp - tolerance <= info.getTimestamp());
            assertTrue(timestamp + tolerance >= info.getTimestamp());
        }