summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/actions.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/actions.test')
-rw-r--r--modules/simpletest/tests/actions.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/actions.test b/modules/simpletest/tests/actions.test
index 23587f0c5..4d58b59cc 100644
--- a/modules/simpletest/tests/actions.test
+++ b/modules/simpletest/tests/actions.test
@@ -97,7 +97,7 @@ class ActionLoopTestCase extends DrupalWebTestCase {
// recursion level should be kept low enough to prevent the xdebug
// infinite recursion protection mechanism from aborting the request.
// See http://drupal.org/node/587634.
- variable_set('actions_max_stack', mt_rand(3, 12));
+ variable_set('actions_max_stack', 7);
$this->triggerActions();
}