Moving call depth down to a lower number to increase CI stability at the expense of performance.

This commit is contained in:
Davis W. Frank and Sheel Choksi
2013-07-28 17:01:49 -07:00
parent c350694c1b
commit 66d9b3d690

View File

@@ -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) {