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

Commit 295290e1 authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by Automerger Merge Worker
Browse files

Merge "Fix flakiness of testNativeCrash" into main am: daf8d623 am: bddc1060

parents b5fb1532 bddc1060
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ public final class NativeTombstoneManager {
                return false;
            }

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