Skip to content

Commit 001a8d0

Browse files
committed
1 parent 748ac63 commit 001a8d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Lib/test/test_zipfile64.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,9 @@ def test_strip_removed_large_file_with_dd_no_sig(self):
210210
self.assertLess(peak, self.allowed_memory)
211211

212212
def _test_strip_removed_large_file_with_dd_no_sig(self, f):
213-
# Reduce data to 400 MiB for this test, as it's especially slow...
214-
self.datacount = 400*1024**2 // len(self.data)
213+
# Reduce data scale for this test, as it's especially slow...
214+
self.datacount = 30*1024**2 // len(self.data)
215+
self.allowed_memory = 200*1024
215216

216217
file = 'file.txt'
217218
file1 = 'largefile.txt'

0 commit comments

Comments
 (0)