Fix test stability.

This commit is contained in:
John-David Dalton
2014-05-30 13:15:32 -04:00
parent 1c3f9f7fbf
commit e3c1214971

View File

@@ -9497,7 +9497,7 @@
setTimeout(function() {
deepEqual(actual, expected);
QUnit.start();
}, 32);
}, 48);
}
else {
skipTest(2);