Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(676)

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 1943083002: Bump content_browsertests timeout to 20 minutes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "android_builder_tests" 4 "android_builder_tests"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 }, 207 },
208 { 208 {
209 "swarming": { 209 "swarming": {
210 "can_use_on_swarming_builders": true, 210 "can_use_on_swarming_builders": true,
211 "dimension_sets": [ 211 "dimension_sets": [
212 { 212 {
213 "device_os": "KTU84P", 213 "device_os": "KTU84P",
214 "device_type": "hammerhead" 214 "device_type": "hammerhead"
215 } 215 }
216 ], 216 ],
217 "hard_timeout": 960 217 "hard_timeout": 1200
218 }, 218 },
219 "test": "content_browsertests" 219 "test": "content_browsertests"
220 }, 220 },
221 { 221 {
222 "test": "content_unittests" 222 "test": "content_unittests"
223 }, 223 },
224 { 224 {
225 "test": "device_unittests" 225 "test": "device_unittests"
226 }, 226 },
227 { 227 {
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 "name": "nacl_integration", 1492 "name": "nacl_integration",
1493 "script": "nacl_integration.py" 1493 "script": "nacl_integration.py"
1494 } 1494 }
1495 ] 1495 ]
1496 }, 1496 },
1497 "Linux Tests (dbg)(1)(32)": { 1497 "Linux Tests (dbg)(1)(32)": {
1498 "gtest_tests": [], 1498 "gtest_tests": [],
1499 "scripts": [] 1499 "scripts": []
1500 } 1500 }
1501 } 1501 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698