No need to drain test-client
This commit is contained in:
parent
cc81c8ff4c
commit
4701decfcd
@ -468,9 +468,8 @@ describe('user database timeout limit', function () {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function (done) {
|
afterEach(function () {
|
||||||
serverOptions.renderer.mvt.usePostGIS = originalUsePostGIS;
|
serverOptions.renderer.mvt.usePostGIS = originalUsePostGIS;
|
||||||
this.testClient.drain(done);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('with user\'s timeout of 200 ms', function () {
|
describe('with user\'s timeout of 200 ms', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user