Try to avoid an inconsistent false fail on ipad simulator.

This commit is contained in:
John-David Dalton
2014-08-27 08:58:49 -07:00
parent 6ad7a20c07
commit 6735291c99

View File

@@ -10852,7 +10852,7 @@
if (next) {
funced.call(next[0], next[1]);
}
}, 32);
}, 64);
var next = queue.shift();
funced.call(next[0], next[1]);
@@ -10861,7 +10861,7 @@
setTimeout(function() {
deepEqual(actual, expected);
QUnit.start();
}, 42);
}, 96);
}
else {
skipTest(2);