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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2557953003: Adding io_timeout to our swarming tests. (Closed)
Patch Set: reducing io timeout to an hour 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 | « testing/buildbot/chromium.perf.fyi.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_perf_json.py
diff --git a/tools/perf/generate_perf_json.py b/tools/perf/generate_perf_json.py
index 076f760cf558af34c91c0df8bb45fcf044f37d4c..b0c29a42d63bf2af1854adc0fd06f6ca44169442 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -450,6 +450,7 @@ def generate_isolate_script_entry(swarming_dimensions, test_args,
'can_use_on_swarming_builders': True,
'expiration': 21600,
'hard_timeout': 7200,
+ 'io_timeout': 3600,
'dimension_sets': swarming_dimensions,
}
return result
« no previous file with comments | « testing/buildbot/chromium.perf.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698