Merge "Fix flakiness of testNativeCrash" into main

This commit is contained in:
Hung-ying Tyan
2023-07-17 03:32:39 +00:00
committed by Gerrit Code Review

View File

@@ -363,7 +363,7 @@ public final class NativeTombstoneManager {
return false;
}
if (Math.abs(exitInfo.getTimestamp() - mTimestampMs) > 5000) {
if (Math.abs(exitInfo.getTimestamp() - mTimestampMs) > 10000) {
return false;
}