From 73bab694c9687f9793abc928814dd2906c6a5b40 Mon Sep 17 00:00:00 2001 From: Sema Date: Sun, 4 Dec 2022 12:46:40 -0500 Subject: [PATCH] Updated dependency --- package.json | 4 ++-- test/mocha.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ddaefb2..fdce5d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "midi-test", - "version": "1.2.2", + "version": "1.2.3", "description": "Virtual MIDI ports for testing MIDI applications", "main": "index.js", "scripts": { @@ -22,7 +22,7 @@ "bugs": "https://github.com/jazz-soft/midi-test/issues", "devDependencies": { "eslint": "^8.29.0", - "jazz-midi": "^1.7.6", + "jazz-midi": "^1.7.7", "jzz": "^1.5.5", "mocha": "^10.1.0" }, diff --git a/test/mocha.js b/test/mocha.js index add5afc..82dd881 100644 --- a/test/mocha.js +++ b/test/mocha.js @@ -3,6 +3,7 @@ var mt = require('..'); var JZZ = require('jzz'); describe('MIDI messages', function() { + this.timeout(5000); it('jzz', function(done) { JZZ().and(function() { console.log(this.info());