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

Commit 7511927b 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:...

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

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

Change-Id: Ib8f9d8cebb054c4c30f2b24312a4bac7a665c667
parents 0945e713 a729ff4a
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;
            }