Merge "Round 3: Fix flakiness of testNativeCrash" am: 5757f89ddc am: ccf3cedda8 am: 8b272a3192

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1843421

Change-Id: Ic86dab92783bbb2307aeeaf45949443eed0959ca
This commit is contained in:
Treehugger Robot
2021-10-05 10:20:50 +00:00
committed by Automerger Merge Worker

View File

@@ -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;
}