Increase timeout for JSTests/Array test and fix Michael's username
The test is currently passing at over 90% of its timeout both on desktop and Android devices and already occasionally failing due to timeouts on Android. R=jarin@chromium.org, mvstanton@chromium.org No-Try: true No-Tree-Checks: true Bug: chromium:841700 Change-Id: Id1ba078d6a730d304935407426bdbfd0588a138b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1569429 Reviewed-by: Michael Stanton <mvstanton@chromium.org> Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org> Cr-Commit-Position: refs/heads/master@{#60868}
This commit is contained in:
parent
724d6586f9
commit
9e9fb65ef2
@ -1,5 +1,5 @@
|
||||
{
|
||||
"owners": ["jarin@chromium.org", "mvstanston@chromium.org"],
|
||||
"owners": ["jarin@chromium.org", "mvstanton@chromium.org"],
|
||||
"name": "JSTests",
|
||||
"run_count": 3,
|
||||
"run_count_arm": 1,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"owners": ["jarin@chromium.org", "mvstanston@chromium.org"],
|
||||
"owners": ["jarin@chromium.org", "mvstanton@chromium.org"],
|
||||
"name": "JSTests",
|
||||
"run_count": 3,
|
||||
"run_count_arm": 1,
|
||||
@ -54,6 +54,8 @@
|
||||
{
|
||||
"name": "Array",
|
||||
"path": ["Array"],
|
||||
"timeout": 180,
|
||||
"timeout_arm64": 360,
|
||||
"main": "run.js",
|
||||
"resources": [
|
||||
"filter.js", "map.js", "every.js", "join.js", "some.js", "reduce.js",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"owners": ["jarin@chromium.org", "mvstanston@chromium.org"],
|
||||
"owners": ["jarin@chromium.org", "mvstanton@chromium.org"],
|
||||
"name": "JSTests",
|
||||
"run_count": 3,
|
||||
"run_count_arm": 1,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"owners": ["jarin@chromium.org", "mvstanston@chromium.org"],
|
||||
"owners": ["jarin@chromium.org", "mvstanton@chromium.org"],
|
||||
"name": "JSTests",
|
||||
"run_count": 3,
|
||||
"run_count_arm": 1,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"owners": ["jarin@chromium.org", "mvstanston@chromium.org"],
|
||||
"owners": ["jarin@chromium.org", "mvstanton@chromium.org"],
|
||||
"name": "JSTests",
|
||||
"run_count": 3,
|
||||
"run_count_arm": 1,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"owners": ["jarin@chromium.org", "mvstanston@chromium.org"],
|
||||
"owners": ["jarin@chromium.org", "mvstanton@chromium.org"],
|
||||
"name": "SixSpeed",
|
||||
"run_count": 3,
|
||||
"run_count_arm": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user