mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1169356 - increase loop count so the test runs more reliably on slow machines like B2G. r=padenot.
This commit is contained in:
parent
852e939660
commit
8757e02343
@ -44,7 +44,7 @@ tests.forEach(function(e) {
|
|||||||
var measn = e.ac.createMediaElementSource(a);
|
var measn = e.ac.createMediaElementSource(a);
|
||||||
var sp = e.ac.createScriptProcessor(2048, 1);
|
var sp = e.ac.createScriptProcessor(2048, 1);
|
||||||
// Set a couple expandos to track the status of the test
|
// Set a couple expandos to track the status of the test
|
||||||
sp.iterationsLeft = 200;
|
sp.iterationsLeft = 300;
|
||||||
sp.seenSound = false;
|
sp.seenSound = false;
|
||||||
|
|
||||||
measn.connect(sp);
|
measn.connect(sp);
|
||||||
|
Loading…
Reference in New Issue
Block a user