Thanks to visit codestin.com Credit goes to github.com
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 2db23d1 commit 89b4c12Copy full SHA for 89b4c12
1 file changed
Lib/test/test_zipfile/test_path.py
@@ -330,7 +330,8 @@ def test_joinpath_constant_time(self):
330
# Check the file iterated all items
331
assert entries.count == self.HUGE_ZIPFILE_NUM_ENTRIES
332
333
- @set_timeout(3)
+ # timeout disabled due to #102209
334
+ # @set_timeout(3)
335
def test_implied_dirs_performance(self):
336
data = ['/'.join(string.ascii_lowercase + str(n)) for n in range(10000)]
337
zipfile.CompleteDirs._implied_dirs(data)
0 commit comments