Skip to content

Commit 43363da

Browse files
espyhulkoba
authored andcommitted
tests: increase after hook timeout for perf regression test
1 parent 51ff828 commit 43363da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/component/test.replication_perf_regression.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ describe('test.replication_perf_regression.js', function () {
3535
});
3636

3737
after(function (done) {
38+
// server.close takes surprisingly long
39+
this.timeout(10000);
3840
server.close(done);
3941
});
4042

41-
it('#5199 fix excessively long replication loop', function () {
43+
it.only('#5199 fix excessively long replication loop', function () {
4244

4345
this.timeout(5000); // mocha timeout increased for this test
4446
var numDocs = 59; // uneven number...using smaller number for faster test

0 commit comments

Comments
 (0)