Skip to content

Commit

Permalink
Add bigger timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Aug 15, 2023
1 parent 8a223f9 commit 7d850c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test.replication.js
Original file line number Diff line number Diff line change
Expand Up @@ -4248,7 +4248,7 @@ 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);
this.timeout(360000);

let dbs = {};

Expand Down

0 comments on commit 7d850c4

Please sign in to comment.