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

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

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

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

Change-Id: I5b7038ac40d723829606c8d0a76903ad104cb94b
parents 0f423ebc 5757f89d
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;
            }