Commit 3b009f61 authored by Brad Hall's avatar Brad Hall Committed by Commit Bot

Remove low shard timeout for site_per_process_content_browsertests

Tests are consistently timing out and the low shard timeout of 960
isn't helping here

Bug: 957194
Change-Id: Ibacccb7b82a2d139747e9288ff2078810024c4d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603493Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Commit-Queue: Brad Hall <bradhall@google.com>
Cr-Commit-Position: refs/heads/master@{#658814}
parent 477330f0
...@@ -2141,8 +2141,7 @@ ...@@ -2141,8 +2141,7 @@
"device_type": "bullhead", "device_type": "bullhead",
"os": "Android" "os": "Android"
} }
], ]
"hard_timeout": 960
}, },
"test": "components_browsertests" "test": "components_browsertests"
}, },
...@@ -2164,7 +2163,6 @@ ...@@ -2164,7 +2163,6 @@
"os": "Android" "os": "Android"
} }
], ],
"hard_timeout": 960,
"shards": 5 "shards": 5
}, },
"test": "components_unittests" "test": "components_unittests"
...@@ -2188,7 +2186,6 @@ ...@@ -2188,7 +2186,6 @@
"os": "Android" "os": "Android"
} }
], ],
"hard_timeout": 960,
"shards": 10 "shards": 10
}, },
"test": "content_browsertests" "test": "content_browsertests"
...@@ -2210,8 +2207,7 @@ ...@@ -2210,8 +2207,7 @@
"device_type": "bullhead", "device_type": "bullhead",
"os": "Android" "os": "Android"
} }
], ]
"hard_timeout": 960
}, },
"test": "content_unittests" "test": "content_unittests"
}, },
...@@ -2232,8 +2228,7 @@ ...@@ -2232,8 +2228,7 @@
"device_type": "bullhead", "device_type": "bullhead",
"os": "Android" "os": "Android"
} }
], ]
"hard_timeout": 960
}, },
"test": "unit_tests" "test": "unit_tests"
} }
......
...@@ -1499,7 +1499,6 @@ ...@@ -1499,7 +1499,6 @@
'os': 'Android', 'os': 'Android',
}, },
], ],
'hard_timeout': 960,
}, },
'test_suites': { 'test_suites': {
'gtest_tests': 'site_isolation_android_fyi_gtests', 'gtest_tests': 'site_isolation_android_fyi_gtests',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment