[test] Bump timeout for js-test Strings on Android

The test still runs into the 240s timeout on Nexus5 and
Nexus7.

NOTRY=true
TBR=adamk, caitp

Review-Url: https://codereview.chromium.org/2406173002
Cr-Commit-Position: refs/heads/master@{#40151}
This commit is contained in:
machenbach 2016-10-11 00:28:52 -07:00 committed by Commit bot
parent effb8def76
commit 4e0b685acc

View File

@ -119,6 +119,7 @@
"results_regexp": "^%s\\-Strings\\(Score\\): (.+)$",
"run_count": 1,
"timeout": 240,
"timeout_android_arm": 360,
"tests": [
{"name": "StringFunctions"}
]