Lines Matching refs:enableTimeouts
835 Context.prototype.enableTimeouts = function (enabled) { method in Context
836 this.runnable().enableTimeouts(enabled);
1492 if (options.enableTimeouts !== null) this.enableTimeouts(options.enableTimeouts);
1775 Mocha.prototype.enableTimeouts = function(enabled) { method in Mocha
1776 this.suite.enableTimeouts(arguments.length && enabled !== undefined
4386 Runnable.prototype.enableTimeouts = function(enabled){ method in Runnable
5383 suite.enableTimeouts(this.enableTimeouts());
5414 Suite.prototype.enableTimeouts = function(enabled){ method in Suite
5471 hook.enableTimeouts(this.enableTimeouts());
5498 hook.enableTimeouts(this.enableTimeouts());
5525 hook.enableTimeouts(this.enableTimeouts());
5552 hook.enableTimeouts(this.enableTimeouts());
5571 suite.enableTimeouts(this.enableTimeouts());
5590 test.enableTimeouts(this.enableTimeouts());