pep8analysis: reduce the max amount of looping to find fixed point
[nit.git] / contrib / pep8analysis / src / cfg / cfg_base.nit
index 6e22cf2..8856907 100644 (file)
@@ -308,7 +308,7 @@ class CFG
        fun link_ret_to_calls(b: BasicBlock, to_link_ori: List[BasicBlock], seq: List[BasicBlock], depth: Int): Bool
        do
                watchdog += 1
-               if watchdog == 100000 then
+               if watchdog == 10000 then
                        print "Error: Umanagable cycle detected"
                        return false
                end