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

Commit c9048fa3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Round 3: Fix flakiness of testNativeCrash" into sc-v2-dev

parents 2963ce46 f4994987
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -356,7 +356,7 @@ public final class NativeTombstoneManager {
                return false;
                return false;
            }
            }


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