Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: build/android/pylib/local/device/local_device_perf_test_run.py

Issue 2556753003: Increase Android perf test timeout from 3 to 5 hours. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698