Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Aug 10, 2020
1 parent 2c54479 commit 15edc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_queue.js
Expand Up @@ -148,7 +148,7 @@ describe('Queue', () => {
expect(queue.eclient.options.db).to.be.eql(2);

return queue.close();
});
}).timeout(5000);

it('should create a queue with only a hostname', () => {
const queue = new Queue('connstring', 'redis://127.2.3.4');
Expand Down

0 comments on commit 15edc84

Please sign in to comment.