| 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 = []
|
|
|