Merge "Round 3: Fix flakiness of testNativeCrash" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c9048fa302
@@ -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