Merge "Round 3: Fix flakiness of testNativeCrash" into sc-v2-dev

This commit is contained in:
TreeHugger Robot
2021-10-15 14:45:40 +00:00
committed by Android (Google) 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;
}