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

Commit 8b272a31 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Round 3: Fix flakiness of testNativeCrash" am: 5757f89d am: ccf3cedd

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

Change-Id: Id2d7c1b65aa461b51bf9cf45fbdeedd26e2077b8
parents 1ae038a2 ccf3cedd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ public final class NativeTombstoneManager {
                return false;
            }

            if (Math.abs(exitInfo.getTimestamp() - mTimestampMs) > 1000) {
            if (Math.abs(exitInfo.getTimestamp() - mTimestampMs) > 5000) {
                return false;
            }