Merge pull request #13761 from MikeMcQuaid/dependency_collector_maximum_tree_depth
linux/dependency_collector: bump maximum_tree_depth.
This commit is contained in:
commit
7617109d43
@ -52,7 +52,7 @@ class DependencyCollector
|
||||
# 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
|
||||
# introduce a circular dependency by mistake.
|
||||
maximum_tree_depth = 10
|
||||
maximum_tree_depth = 20
|
||||
current_tree_depth = 0
|
||||
|
||||
deps = Formula[global_dep_name].deps
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user