diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 61e5b8f9..5610f0e0 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -477,7 +477,7 @@ getJasmineRequireObj().Env = function(j$) { return j$.Spec.isPendingSpecException(e) || catchExceptions; }; - var maximumSpecCallbackDepth = 100; + var maximumSpecCallbackDepth = 75; var currentSpecCallbackDepth = 0; function clearStack(fn) { diff --git a/src/core/Env.js b/src/core/Env.js index 20436edc..868b1c9a 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 = 100; + var maximumSpecCallbackDepth = 75; var currentSpecCallbackDepth = 0; function clearStack(fn) {