No need to drain test-client

This commit is contained in:
Daniel García Aubert 2018-05-22 19:37:46 +02:00
parent cc81c8ff4c
commit 4701decfcd

View File

@ -468,9 +468,8 @@ describe('user database timeout limit', function () {
});
});
afterEach(function (done) {
afterEach(function () {
serverOptions.renderer.mvt.usePostGIS = originalUsePostGIS;
this.testClient.drain(done);
});
describe('with user\'s timeout of 200 ms', function () {