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

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

Issue 2423443002: [build/android] Increase timeout of perf tests to 3 hours (Closed)
Patch Set: Created 4 years, 2 months 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 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):
« 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