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

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

Change-Id: Id2d7c1b65aa461b51bf9cf45fbdeedd26e2077b8
This commit is contained in:
Treehugger Robot
2021-10-05 10:03:55 +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;
}