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

Unified Diff: tools/perf/core/perf_data_generator_unittest.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 | « tools/perf/core/perf_data_generator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/perf_data_generator_unittest.py
diff --git a/tools/perf/core/perf_data_generator_unittest.py b/tools/perf/core/perf_data_generator_unittest.py
index c428c08fe9ea74ae399513eda89b4afaa2c710b6..b67811714a6ace31540b86105426a3cad3ccb037 100644
--- a/tools/perf/core/perf_data_generator_unittest.py
+++ b/tools/perf/core/perf_data_generator_unittest.py
@@ -89,7 +89,7 @@ class PerfDataGeneratorTest(unittest.TestCase):
'swarming': {
'ignore_task_failure': False,
'dimension_sets': [{'os': 'SkyNet', 'id': 'T-850', 'pool': 'T-RIP'}],
- 'hard_timeout': 7200,
+ 'hard_timeout': 9000,
'can_use_on_swarming_builders': True,
'expiration': 36000,
'io_timeout': 3600,
@@ -111,7 +111,7 @@ class PerfDataGeneratorTest(unittest.TestCase):
'swarming': {
'ignore_task_failure': True,
'dimension_sets': [{'os': 'SkyNet', 'id': 'T-850', 'pool': 'T-RIP'}],
- 'hard_timeout': 7200,
+ 'hard_timeout': 9000,
'can_use_on_swarming_builders': True,
'expiration': 36000,
'io_timeout': 3600,
« no previous file with comments | « tools/perf/core/perf_data_generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698