There was an error while loading. Please reload this page.
1 parent 1e0b80f commit cd135d5Copy full SHA for cd135d5
1 file changed
test/core/transition-test-transition.js
@@ -50,7 +50,7 @@ module.exports = {
50
d3.timer(function() {
51
cb(null, t1);
52
return true;
53
- });
+ }, 50);
54
});
55
},
56
"decrements the lock's reference count": function(t1) {
0 commit comments