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

Commit daf8d623 authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by Gerrit Code Review
Browse files

Merge "Fix flakiness of testNativeCrash" into main

parents eb4af72f cb82bf87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@ public final class NativeTombstoneManager {
                return false;
            }

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