| 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 3398a0beabcbd79c41ba25337f0b17dde3a7914b..a18e77efd966fc63de2353c9cb601a8167e4dca3 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
|
| @@ -323,7 +323,7 @@ class HostTestShard(TestShard):
|
|
|
| class LocalDevicePerfTestRun(local_device_test_run.LocalDeviceTestRun):
|
|
|
| - _DEFAULT_TIMEOUT = 3 * 60 * 60 # 3 hours.
|
| + _DEFAULT_TIMEOUT = 5 * 60 * 60 # 5 hours.
|
| _CONFIG_VERSION = 1
|
|
|
| def __init__(self, env, test_instance):
|
|
|