Skip to content

Commit

Permalink
Speed up test
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Jan 13, 2021
1 parent 6652ebe commit 20bca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ test.serial('find with option all', async t => {

thisStub.startUDPBroadcast({interval: 1});

const foundDevices = await stubDevice.find({all: true});
const foundDevices = await stubDevice.find({all: true, timeout: 2});

stubDevice.disconnect();
thisStub.shutdown();
Expand Down

0 comments on commit 20bca99

Please sign in to comment.