AI 147545: CTS: Handle timeout issues in unexpected tests
  If a test is included in a test APK, but not in the test plan, it will
  still run in batch mode. However, the result notifications for unexpected
  test were not previously passed on to the TestPackage instance, which meant
  that no timeout task was started for the test.
  This change restarts the timeout timer when any test result (expected or
  not) comes in. This properly catches timeouts in unexpected tests, as well
  as timeouts that occur between two tests.
  BUG=1804876

Automated import of CL 147545
2 files changed
tree: 36d6e618d6b989408bb04a1768349a2fc946700e
  1. tests/
  2. tools/
  3. Android.mk