diff --git a/test/helper.js b/test/helper.js index 9922a40d6e21..b745173c53ce 100644 --- a/test/helper.js +++ b/test/helper.js @@ -31,7 +31,7 @@ process.on('exit', () => { Enzyme.configure({ adapter: new Adapter() }) -const server = new CGanache({ genBlockInterval: 300, killPortProcess: true }) +const server = new CGanache({ genBlockInterval: 300 }) // eslint-disable-next-line mocha/no-hooks-for-single-case, mocha/no-top-level-hooks before(function (done) {