linux/dependency_collector: bump maximum_tree_depth.

Fixes #13760.
This commit is contained in:
Mike McQuaid 2022-08-26 08:39:03 +01:00
parent b2ddb341a0
commit 3c5b55be82
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -52,7 +52,7 @@ class DependencyCollector
# This is an arbitrary number picked based on testing the current tree # This is an arbitrary number picked based on testing the current tree
# depth and just to ensure that this doesn't loop indefinitely if we # depth and just to ensure that this doesn't loop indefinitely if we
# introduce a circular dependency by mistake. # introduce a circular dependency by mistake.
maximum_tree_depth = 10 maximum_tree_depth = 20
current_tree_depth = 0 current_tree_depth = 0
deps = Formula[global_dep_name].deps deps = Formula[global_dep_name].deps