From 66d9b3d69025529b3ce6b9a621d53d1151dac839 Mon Sep 17 00:00:00 2001 From: "Davis W. Frank and Sheel Choksi" Date: Sun, 28 Jul 2013 17:01:49 -0700 Subject: [PATCH] Moving call depth down to a lower number to increase CI stability at the expense of performance. --- src/core/Env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {