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

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

Issue 2860433003: [Telemetry] Increase timeout on jetstream benchmark. (Closed)
Patch Set: Created 3 years, 8 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 32ff5582398d919d9653467cfb9bea41e7dc2889..a69f08a0b4f08a8cc325c1f68cfa152182e8d477 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=600)
+ """, timeout=60*12)
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