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

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

Issue 2855623002: Change timeout of mash/mus_browser_Tests to 15 minutes (Closed)
Patch Set: Created 3 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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "can_use_on_swarming_builders": true 244 "can_use_on_swarming_builders": true
245 }, 245 },
246 "test": "latency_unittests" 246 "test": "latency_unittests"
247 }, 247 },
248 { 248 {
249 "args": [ 249 "args": [
250 "--ozone-platform=headless", 250 "--ozone-platform=headless",
251 "--override-use-software-gl-for-tests", 251 "--override-use-software-gl-for-tests",
252 "--test-launcher-filter-file=../../testing/buildbot/filters/mash.brows er_tests.filter" 252 "--test-launcher-filter-file=../../testing/buildbot/filters/mash.brows er_tests.filter"
253 ], 253 ],
254 "hard_timeout": 60, 254 "hard_timeout": 15,
255 "swarming": { 255 "swarming": {
256 "can_use_on_swarming_builders": true 256 "can_use_on_swarming_builders": true
257 }, 257 },
258 "test": "mash_browser_tests" 258 "test": "mash_browser_tests"
259 }, 259 },
260 { 260 {
261 "swarming": { 261 "swarming": {
262 "can_use_on_swarming_builders": true 262 "can_use_on_swarming_builders": true
263 }, 263 },
264 "test": "mash_unittests" 264 "test": "mash_unittests"
(...skipping 27 matching lines...) Expand all
292 "can_use_on_swarming_builders": true 292 "can_use_on_swarming_builders": true
293 }, 293 },
294 "test": "midi_unittests" 294 "test": "midi_unittests"
295 }, 295 },
296 { 296 {
297 "args": [ 297 "args": [
298 "--ozone-platform=headless", 298 "--ozone-platform=headless",
299 "--override-use-software-gl-for-tests", 299 "--override-use-software-gl-for-tests",
300 "--test-launcher-filter-file=../../testing/buildbot/filters/mus.browse r_tests.filter" 300 "--test-launcher-filter-file=../../testing/buildbot/filters/mus.browse r_tests.filter"
301 ], 301 ],
302 "hard_timeout": 60, 302 "hard_timeout": 15,
303 "swarming": { 303 "swarming": {
304 "can_use_on_swarming_builders": true 304 "can_use_on_swarming_builders": true
305 }, 305 },
306 "test": "mus_browser_tests" 306 "test": "mus_browser_tests"
307 }, 307 },
308 { 308 {
309 "swarming": { 309 "swarming": {
310 "can_use_on_swarming_builders": true 310 "can_use_on_swarming_builders": true
311 }, 311 },
312 "test": "mus_demo_unittests" 312 "test": "mus_demo_unittests"
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
1213 }, 1213 },
1214 { 1214 {
1215 "swarming": { 1215 "swarming": {
1216 "can_use_on_swarming_builders": true 1216 "can_use_on_swarming_builders": true
1217 }, 1217 },
1218 "test": "wm_unittests" 1218 "test": "wm_unittests"
1219 } 1219 }
1220 ] 1220 ]
1221 } 1221 }
1222 } 1222 }
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