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

Unified Diff: tools/perf/benchmarks/jetstream.py

Issue 2871573008: Increase jetstream benchmark timeout. (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/jetstream.py
diff --git a/tools/perf/benchmarks/jetstream.py b/tools/perf/benchmarks/jetstream.py
index a69f08a0b4f08a8cc325c1f68cfa152182e8d477..6a5a714bd750303489d047e5e1dc54b099b1002f 100644
--- a/tools/perf/benchmarks/jetstream.py
+++ b/tools/perf/benchmarks/jetstream.py
@@ -56,7 +56,7 @@ class _JetstreamMeasurement(legacy_page_test.LegacyPageTest):
}
return null;
})();
- """, timeout=60*12)
+ """, timeout=60*20)
result = json.loads(result.partition(': ')[2])
all_score_lists = []
« 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