From b7eae801b4c96c71688a6909180cdee3a5ac0830 Mon Sep 17 00:00:00 2001 From: machenbach Date: Thu, 21 May 2015 07:36:40 -0700 Subject: [PATCH] [test] Raise timeout for js-perf-tests. TBR=dslomov@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1147323002 Cr-Commit-Position: refs/heads/master@{#28557} --- test/js-perf-test/JSTests.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json index ce7e5bb..b71257b 100644 --- a/test/js-perf-test/JSTests.json +++ b/test/js-perf-test/JSTests.json @@ -3,6 +3,7 @@ "run_count": 5, "run_count_android_arm": 3, "run_count_android_arm64": 3, + "timeout": 120, "units": "score", "total": true, "resources": ["base.js"], -- 2.7.4