Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Jan 13, 2025
1 parent ada8b40 commit d44e5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kafka-consumer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
t.notEqual(topicConfig, client.topicConfig);
},
'does not crash in a worker': function (cb) {
this.timeout(10000);
this.timeout(30000);
var consumer = new worker_threads.Worker(
path.join(__dirname, 'kafka-consumer-worker.js')
);
Expand Down

0 comments on commit d44e5c1

Please sign in to comment.