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

Commit 33835ff9 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "Round 3: Fix flakiness of testNativeCrash" am: 5757f89d am: ccf3cedd am: 8b272a31 am: a729ff4a" into sc-v2-dev-plus-aosp
parents fb6f576b 7511927b
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;
            }