Fix misconfiguration in test's hook
This commit is contained in:
parent
05ddf1d505
commit
46fee774bd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user