Skip to content

Commit

Permalink
add massive timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Aug 15, 2023
1 parent 626cca6 commit 8a223f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test.replication.js
Original file line number Diff line number Diff line change
Expand Up @@ -4248,6 +4248,8 @@ adapters.forEach(function (adapters) {
// This test only needs to run for one configuration, and it slows stuff
// down
describe('suite2 test.replication.js-down-test', function () {
this.timeout(120000);

let dbs = {};

beforeEach(function (done) {
Expand Down

0 comments on commit 8a223f9

Please sign in to comment.