Bug 1281004: set same maxRunTime between opt and debug for android mochitests; r?gbrown draft
authorDustin J. Mitchell <dustin@mozilla.com>
Fri, 01 Jul 2016 21:53:51 +0000
changeset 383263 5e1be3b27afc65e04d12829a4462f61c47967776
parent 383245 e405b8a20f4a642369f72c030f62a2f9c80ec632
child 383264 7845bae5a85d1a0a56ae410287b1659fd72f7eae
push id21974
push userdmitchell@mozilla.com
push dateFri, 01 Jul 2016 22:28:40 +0000
reviewersgbrown
bugs1281004
milestone50.0a1
Bug 1281004: set same maxRunTime between opt and debug for android mochitests; r?gbrown MozReview-Commit-ID: 4HEPjaBXoDN
taskcluster/ci/legacy/tasks/tests/fx_android-api-15_mochitest_media_opt.yml
taskcluster/ci/legacy/tasks/tests/fx_android-api-15_mochitest_plain_opt.yml
--- a/taskcluster/ci/legacy/tasks/tests/fx_android-api-15_mochitest_media_opt.yml
+++ b/taskcluster/ci/legacy/tasks/tests/fx_android-api-15_mochitest_media_opt.yml
@@ -1,10 +1,11 @@
 ---
 $inherits:
   from: 'tasks/tests/fx_android-api-15_mochitest_media.yml'
 task:
   payload:
+    maxRunTime: 5400
     command:
       - --download-symbols=ondemand
   extra:
     treeherder:
       tier: 2
--- a/taskcluster/ci/legacy/tasks/tests/fx_android-api-15_mochitest_plain_opt.yml
+++ b/taskcluster/ci/legacy/tasks/tests/fx_android-api-15_mochitest_plain_opt.yml
@@ -1,10 +1,11 @@
 ---
 $inherits:
   from: 'tasks/tests/fx_android-api-15_mochitest_plain.yml'
 task:
   payload:
+    maxRunTime: 7200
     command:
       - --download-symbols=ondemand
   extra:
     treeherder:
       tier: 2