Merge "Round 3: Fix flakiness of testNativeCrash" am: 5757f89ddc am: ccf3cedda8 am: 8b272a3192 am: a729ff4a21
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1843421 Change-Id: Ib8f9d8cebb054c4c30f2b24312a4bac7a665c667
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user