| Index: build/android/pylib/gtest/dispatch.py
|
| diff --git a/build/android/pylib/gtest/dispatch.py b/build/android/pylib/gtest/dispatch.py
|
| index b02331a7d17248e4818c59633f42768124e7a0f2..2855c312e4816e6fe308c6212d9d62b6a5cbff80 100644
|
| --- a/build/android/pylib/gtest/dispatch.py
|
| +++ b/build/android/pylib/gtest/dispatch.py
|
| @@ -164,7 +164,7 @@ def _RunATestSuite(options, suite_name):
|
|
|
| # Run tests.
|
| test_results = shard.ShardAndRunTests(RunnerFactory, attached_devices, tests,
|
| - options.build_type)
|
| + options.build_type, test_timeout=None)
|
|
|
| report_results.LogFull(
|
| results=test_results,
|
|
|