Fix flakiness of testNativeCrash

TestNativeCrash is not always able to get the tombstone of the crashed native app. This is because the tombstone
timestamp can be more than 5000ms before the ApplicationExitInfo, causing them to not match.

This patch increases timestamp difference to ensure that the tombstone always matches in Low-end smartphone.

Bug: 260043829
Test: atest CtsAppExitTestCases:ActivityManagerAppExitInfoTest
Change-Id: I7d6094bc791430a930c1904eab03096aae4b8822
1 file changed