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

Commit 5757f89d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Round 3: Fix flakiness of testNativeCrash"

parents 0a80b6a3 580909db
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;
            }