diff --git a/src/core/Env.js b/src/core/Env.js index 868b1c9a..dadeeec6 100644 --- a/src/core/Env.js +++ b/src/core/Env.js @@ -106,7 +106,7 @@ getJasmineRequireObj().Env = function(j$) { return j$.Spec.isPendingSpecException(e) || catchExceptions; }; - var maximumSpecCallbackDepth = 75; + var maximumSpecCallbackDepth = 20; var currentSpecCallbackDepth = 0; function clearStack(fn) {