Skip to content

Commit cd135d5

Browse files
committed
Fix a flakey test.
Need to wait a bit to allow the other transition to finish, too.
1 parent 1e0b80f commit cd135d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/core/transition-test-transition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
d3.timer(function() {
5151
cb(null, t1);
5252
return true;
53-
});
53+
}, 50);
5454
});
5555
},
5656
"decrements the lock's reference count": function(t1) {

0 commit comments

Comments
 (0)