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

Unified Diff: tools/perf/core/perf_data_generator.py

Issue 2879993003: [Telemetry] Increase sharding timeout to 2.5 hours from 2 hours. (Closed)
Patch Set: Fix unit tests Created 3 years, 7 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 | « testing/buildbot/chromium.perf.fyi.json ('k') | tools/perf/core/perf_data_generator_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/perf_data_generator.py
diff --git a/tools/perf/core/perf_data_generator.py b/tools/perf/core/perf_data_generator.py
index 42be34dfb3943b549150a1844b5776d09d42c640..c663143d9afe345e92dda6aebfe3b12b5a96163d 100755
--- a/tools/perf/core/perf_data_generator.py
+++ b/tools/perf/core/perf_data_generator.py
@@ -540,7 +540,7 @@ def generate_isolate_script_entry(swarming_dimensions, test_args,
# supports swarming. It doesn't hurt.
'can_use_on_swarming_builders': True,
'expiration': 10 * 60 * 60, # 10 hour timeout for now (crbug.com/699312)
- 'hard_timeout': swarming_timeout if swarming_timeout else 7200,
+ 'hard_timeout': swarming_timeout if swarming_timeout else 9000, # 2.5hrs
'ignore_task_failure': ignore_task_failure,
'io_timeout': 3600,
'dimension_sets': swarming_dimensions,
« no previous file with comments | « testing/buildbot/chromium.perf.fyi.json ('k') | tools/perf/core/perf_data_generator_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698