Skip to content

Commit

Permalink
Fix a flakey test.
Browse files Browse the repository at this point in the history
Need to wait a bit to allow the other transition to finish, too.
  • Loading branch information
mbostock committed Aug 27, 2011
1 parent 1e0b80f commit cd135d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/transition-test-transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
d3.timer(function() {
cb(null, t1);
return true;
});
}, 50);
});
},
"decrements the lock's reference count": function(t1) {
Expand Down

0 comments on commit cd135d5

Please sign in to comment.