summaryrefslogtreecommitdiff
path: root/kconfigtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfigtest.py')
-rw-r--r--kconfigtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfigtest.py b/kconfigtest.py
index 5490939..c94edd1 100644
--- a/kconfigtest.py
+++ b/kconfigtest.py
@@ -338,7 +338,7 @@ def run_selftests():
format(dep.get_name(), sym.get_name()))
# Test twice to cover dependency caching
for i in range(0, 2):
- n_deps = 14
+ n_deps = 28
verify_dependent("D", ["D{0}".format(i) for i in range(1, n_deps + 1)])
# Choices
verify_dependent("A", ["B", "C"])