Bug 1320236 - Use SimpleTest.requestLongerTimeout to avoid timeouts on Android. r?gbrown. draft
authorHiroyuki Ikezoe <hiikezoe@mozilla-japan.org>
Wed, 14 Dec 2016 10:04:44 +0900
changeset 449382 e1590e3c20889e6eaaaeb8187fa9b79bbb88a493
parent 449264 489f981e8c2beb050d7faee956dd940431bdafe6
child 449457 e34b8e0f0c599426eec49a9fe5974d2f28dd9e5b
push id38558
push userhiikezoe@mozilla-japan.org
push dateWed, 14 Dec 2016 03:58:03 +0000
reviewersgbrown
bugs1320236
milestone53.0a1
Bug 1320236 - Use SimpleTest.requestLongerTimeout to avoid timeouts on Android. r?gbrown. MozReview-Commit-ID: 2lxQFmu9caX
dom/animation/test/chrome/test_animation_performance_warning.html
--- a/dom/animation/test/chrome/test_animation_performance_warning.html
+++ b/dom/animation/test/chrome/test_animation_performance_warning.html
@@ -24,16 +24,18 @@
   target="_blank">Mozilla Bug 1196114</a>
 <div id="log"></div>
 <script>
 'use strict';
 
 // This is used for obtaining localized strings.
 var gStringBundle;
 
+W3CTest.runner.requestLongerTimeout(2);
+
 SpecialPowers.pushPrefEnv({ "set": [
                             ["general.useragent.locale", "en-US"],
                             // Need to set devPixelsPerPx explicitly to gain
                             // consistent pixel values in warning messages
                             // regardless of platform DPIs.
                             ["layout.css.devPixelsPerPx", 1],
                           ] },
                           start);