Index: build/android/pylib/instrumentation/dispatch.py |
diff --git a/build/android/pylib/instrumentation/dispatch.py b/build/android/pylib/instrumentation/dispatch.py |
index dd3723517623b2b1c878cd5ded78d3e0578111a8..3f1e37ffac03c81b4cc61725ed1d28c62998b151 100644 |
--- a/build/android/pylib/instrumentation/dispatch.py |
+++ b/build/android/pylib/instrumentation/dispatch.py |
@@ -56,4 +56,5 @@ def Dispatch(options): |
return shard.ShardAndRunTests(TestRunnerFactory, attached_devices, tests, |
options.build_type, |
+ test_timeout=None, |
num_retries=options.num_retries) |