Merge "Round 3: Fix flakiness of testNativeCrash"

This commit is contained in:
Treehugger Robot
2021-10-05 09:16:07 +00:00
committed by Gerrit Code Review

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