Fix misconfiguration in test's hook

This commit is contained in:
Daniel García Aubert 2017-08-01 12:54:41 +02:00
parent 05ddf1d505
commit 46fee774bd

View File

@ -303,6 +303,8 @@ describe('user render timeout limit', function () {
});
afterEach(function (done) {
global.environment.enabledFeatures.onTileErrorStrategy = onTileErrorStrategy;
this.testClient.setUserRenderTimeoutLimit('localhost', 0, (err) => {
if (err) {
return done(err);