Bug 1169356 - increase loop count so the test runs more reliably on slow machines like B2G. r=padenot.

This commit is contained in:
JW Wang 2015-06-10 13:55:27 +08:00
parent 852e939660
commit 8757e02343

View File

@ -44,7 +44,7 @@ tests.forEach(function(e) {
var measn = e.ac.createMediaElementSource(a);
var sp = e.ac.createScriptProcessor(2048, 1);
// Set a couple expandos to track the status of the test
sp.iterationsLeft = 200;
sp.iterationsLeft = 300;
sp.seenSound = false;
measn.connect(sp);