We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2779c commit 4e80082Copy full SHA for 4e80082
1 file changed
Lib/test/test_pathlib.py
@@ -2107,7 +2107,7 @@ def test_glob_long_symlink(self):
2107
self.assertEqual(sorted(base.glob('**/*')), [bad_link])
2108
2109
def test_glob_above_recursion_limit(self):
2110
- recursion_limit = 40
+ recursion_limit = 50
2111
# directory_depth > recursion_limit
2112
directory_depth = recursion_limit + 10
2113
base = pathlib.Path(os_helper.TESTFN, 'deep')
0 commit comments