Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index acee213847d93829e987b227238c3bd388f4e2d5..705eec41f365de714bc982bc6ca63914e5ade45a 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -542,7 +542,7 @@ def _RunMonkeyTests(options, error_func): |
runner_factory, tests = monkey_setup.Setup(monkey_options) |
results, exit_code = test_dispatcher.RunTests( |
- tests, runner_factory, False, None, shard=False) |
+ tests, runner_factory, False, None, shard=False, test_timeout=None) |
report_results.LogFull( |
results=results, |