Skip to content

Commit

Permalink
increase circuit breaker consumer test timeout
Browse files Browse the repository at this point in the history
Issue: BB-615
  • Loading branch information
Kerkesni committed Feb 13, 2025
1 parent be76dd8 commit 70729d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/lib/BackbeatConsumer.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ describe('BackbeatConsumer with circuit breaker', () => {
}

beforeEach(function before(done) {
this.timeout(60000);
this.timeout(120000);

groupIdBreaker = `replication-group-breaker-${Math.random()}`;

Expand Down

0 comments on commit 70729d1

Please sign in to comment.