Bug 1437366 - Lower the sample rate so that the test don't underrun on Windows on try. r?pehrsons draft
authorPaul Adenot <paul@paul.cx>
Thu, 15 Mar 2018 14:39:57 +0100
changeset 770001 922364e4d9bccbc464a30000313dc2b304e1fe9f
parent 770000 31111b84bd7cbb07de54ac08ddd1ca9594316583
child 770002 a7f18973ddb7e493474b38fe582b8743376a1849
push id103277
push userpaul@paul.cx
push dateTue, 20 Mar 2018 14:33:33 +0000
reviewerspehrsons
bugs1437366
milestone61.0a1
Bug 1437366 - Lower the sample rate so that the test don't underrun on Windows on try. r?pehrsons MozReview-Commit-ID: JCCh4k6pifE
dom/media/tests/mochitest/test_peerConnection_basicAudio_forced_higher_rate.html
--- a/dom/media/tests/mochitest/test_peerConnection_basicAudio_forced_higher_rate.html
+++ b/dom/media/tests/mochitest/test_peerConnection_basicAudio_forced_higher_rate.html
@@ -4,17 +4,17 @@
   <script type="application/javascript" src="pc.js"></script>
   <script type="application/javascript" src="peerconnection_audio_forced_sample_rate.js"></script>
 </head>
 <body>
 <pre id="test">
 <script type="application/javascript">
   createHTML({
     bug: "1437366",
-    title: "Basic audio-only peer connection, with the MSG running at a rate not supported by the MediaPipeline (96000Hz)"
+    title: "Basic audio-only peer connection, with the MSG running at a rate not supported by the MediaPipeline (49000Hz)"
   });
 
-  test_peerconnection_audio_forced_sample_rate(96000);
+  test_peerconnection_audio_forced_sample_rate(49000);
 
 </script>
 </pre>
 </body>
 </html>