reduce maxDepth of GenerativeTestCase

This commit is contained in:
2022-03-28 15:41:43 -06:00
parent 9c9add1e0e
commit 5c392025ca

View File

@@ -1,7 +1,7 @@
(defMacroVar maxInt 1000000000)
(defMacroVar maxStringLength 20)
(defMacroVar maxExps 4)
(defMacroVar maxDepth 14)
(defMacroVar maxDepth 13)
(defAlias &ident nd (+ 1 macroDepth))