diff --git a/test/integration.js b/test/integration.js index e77d8d836..88c788d49 100644 --- a/test/integration.js +++ b/test/integration.js @@ -136,7 +136,8 @@ function integrationTest(platform, testPort, Binding) { }); }); - it('can be read after closing and opening', (done) => { + it('can be read after closing and opening', function(done) { + this.timeout(6000); const port = new SerialPort(testPort, { autoOpen: false }); port.on('error', done);