mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Lower the depth of the recursion in this test since it would on occasion timeout and add noise to test runs
llvm-svn: 251161
This commit is contained in:
@@ -49,7 +49,7 @@ class ValueObjectRecursionTestCase(TestBase):
|
||||
if self.TraceOn():
|
||||
print(root)
|
||||
print(child)
|
||||
for i in range(0,24500):
|
||||
for i in range(0,15000):
|
||||
child = child.GetChildAtIndex(1)
|
||||
if self.TraceOn():
|
||||
print(child)
|
||||
|
||||
Reference in New Issue
Block a user