Revert "revert node to 8.15.1"

This reverts commit bec63c1ad0.

ldap: unbind callback never fires in node 10.15 it seems. otherwise,
it all works..
This commit is contained in:
Girish Ramakrishnan
2019-03-23 10:23:19 -07:00
parent cfe9af5c3c
commit ffe30289ee
6 changed files with 65 additions and 45 deletions

View File

@@ -28,8 +28,6 @@ function cleanup(done) {
}
describe('Eventlog', function () {
this.timeout(10000);
before(setup);
after(cleanup);