Index: build/android/pylib/browsertests/dispatch.py |
diff --git a/build/android/pylib/browsertests/dispatch.py b/build/android/pylib/browsertests/dispatch.py |
index d0066effa7276db386180da261bf1d9edd41d4e7..b9164777428a169dd69fe8b46e58c007a54a2f9a 100644 |
--- a/build/android/pylib/browsertests/dispatch.py |
+++ b/build/android/pylib/browsertests/dispatch.py |
@@ -63,7 +63,8 @@ def Dispatch(options): |
# Run tests. |
test_results = shard.ShardAndRunTests(RunnerFactory, attached_devices, |
- all_tests, options.build_type) |
+ all_tests, options.build_type, |
+ test_timeout=None) |
report_results.LogFull( |
results=test_results, |
test_type='Unit test', |