Skip to content

Commit e5629fc

Browse files
fixup trace and bigger timeout
1 parent 2dc609f commit e5629fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/functional/replication/queueProcessor.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const ReplicationStatusProcessor = require('../../../extensions/replication' +
2323

2424
/* eslint-disable max-len */
2525

26+
werelogs.configure({ level: 'trace' });
2627

2728
function getMD5(body) {
2829
return crypto.createHash('md5').update(body).digest('hex');
@@ -1566,7 +1567,7 @@ describe('GC should be created if config is provided', () => {
15661567
});
15671568

15681569
it('should not create a GC if config is not provided', function (done) {
1569-
this.timeout(60000);
1570+
this.timeout(120000);
15701571
const replicationStatusProcessor = new ReplicationStatusProcessor(
15711572
{ hosts: 'localhost:9092' },
15721573
{ auth: { type: 'role',

0 commit comments

Comments
 (0)