Skip to content

Commit 2dc609f

Browse files
fixup test
1 parent e910dcc commit 2dc609f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BackbeatProducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const {
1515
KAFKA_PRODUCER_DEFAULT_COMPRESSION_TYPE,
1616
KAFKA_PRODUCER_DEFAULT_REQUIRED_ACKS,
1717
} = require('./config.joi');
18-
const FLUSH_TIMEOUT = 5000;
18+
const FLUSH_TIMEOUT = 10000;
1919

2020

2121
class BackbeatProducer extends EventEmitter {

0 commit comments

Comments
 (0)