| Index: build/android/pylib/local/device/local_device_perf_test_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_perf_test_run.py b/build/android/pylib/local/device/local_device_perf_test_run.py
|
| index 44dd7b62ecc62cd67ed77cd6d32e61e28165df18..fe8a1329a8dcca106132aee8051f804caeb0abbb 100644
|
| --- a/build/android/pylib/local/device/local_device_perf_test_run.py
|
| +++ b/build/android/pylib/local/device/local_device_perf_test_run.py
|
| @@ -322,7 +322,7 @@ class HostTestShard(TestShard):
|
|
|
| class LocalDevicePerfTestRun(local_device_test_run.LocalDeviceTestRun):
|
|
|
| - _DEFAULT_TIMEOUT = 60 * 60
|
| + _DEFAULT_TIMEOUT = 3 * 60 * 60 # 3 hours.
|
| _CONFIG_VERSION = 1
|
|
|
| def __init__(self, env, test_instance):
|
|
|