From 816f53358bea27ee93d8dd5aa2764f1280d17d5f Mon Sep 17 00:00:00 2001 From: machenbach Date: Tue, 21 Jul 2015 01:51:55 -0700 Subject: [PATCH] [test] Fix timeouts for simdjs perf tests. Also remove deprecated android_arm configs. TBR=bradnelson@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1244003002 Cr-Commit-Position: refs/heads/master@{#29769} --- test/simdjs/SimdJs.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/simdjs/SimdJs.json b/test/simdjs/SimdJs.json index b671ac4..a3f01dd 100644 --- a/test/simdjs/SimdJs.json +++ b/test/simdjs/SimdJs.json @@ -31,9 +31,8 @@ "test/simdjs/data/src/benchmarks/memcpy.js" ], "run_count": 5, - "run_count_android_arm": 1, - "run_count_android_arm64": 3, "run_count_arm": 3, + "run_count_arm64": 3, "tests": [ { "flags": [ @@ -308,8 +307,7 @@ ] } ], - "timeout_android_arm": 180, - "timeout_android_arm64": 120, - "timeout_arm": 120, + "timeout_arm": 240, + "timeout_arm64": 120, "units": "ms" } \ No newline at end of file -- 2.7.4