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

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

Issue 2041973002: Bump timeout for chrome_public_test_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 GN Builder (dbg)": { 2 "Android GN Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp_tests", 4 "blimp_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "content_shell_test_apk", 8 "content_shell_test_apk",
9 "system_webview_apk" 9 "system_webview_apk"
10 ] 10 ]
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 ], 116 ],
117 "override_isolate_target": "chrome_public_test_apk", 117 "override_isolate_target": "chrome_public_test_apk",
118 "swarming": { 118 "swarming": {
119 "can_use_on_swarming_builders": true, 119 "can_use_on_swarming_builders": true,
120 "dimension_sets": [ 120 "dimension_sets": [
121 { 121 {
122 "device_os": "MMB29Q", 122 "device_os": "MMB29Q",
123 "device_type": "bullhead" 123 "device_type": "bullhead"
124 } 124 }
125 ], 125 ],
126 "hard_timeout": 2400 126 "hard_timeout": 3600
127 }, 127 },
128 "test": "chrome_public_test_apk" 128 "test": "chrome_public_test_apk"
129 }, 129 },
130 { 130 {
131 "override_compile_targets": [ 131 "override_compile_targets": [
132 "chrome_sync_shell_test_apk" 132 "chrome_sync_shell_test_apk"
133 ], 133 ],
134 "override_isolate_target": "chrome_sync_shell_test_apk", 134 "override_isolate_target": "chrome_sync_shell_test_apk",
135 "swarming": { 135 "swarming": {
136 "can_use_on_swarming_builders": true, 136 "can_use_on_swarming_builders": true,
(...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 }, 1837 },
1838 { 1838 {
1839 "test": "chrome_sync_shell_test_apk" 1839 "test": "chrome_sync_shell_test_apk"
1840 }, 1840 },
1841 { 1841 {
1842 "test": "content_shell_test_apk" 1842 "test": "content_shell_test_apk"
1843 } 1843 }
1844 ] 1844 ]
1845 } 1845 }
1846 } 1846 }
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