Skip to content

Commit

Permalink
test: set timeout for reading ydvr files test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 committed Sep 25, 2023
1 parent 9d47914 commit 86102d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ydvr.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const YdvrStream = require('../lib/ydvr.js');

describe("Read Yacht Devices Voyage Recorder files", function () {
it("Reads 00090013.DAT", function (done) {
this.timeout(5000)
const filestream = fs.createReadStream(path.join(__dirname, "data", "00090013.DAT"));
const serial = YdvrStream();

Expand Down

0 comments on commit 86102d4

Please sign in to comment.