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 6001d33 commit 92d7120Copy full SHA for 92d7120
Lib/test/test_largefile.py
@@ -45,9 +45,9 @@ def tearDownClass(cls):
45
raise cls.failureException('File was not truncated by opening '
46
'with mode "wb"')
47
48
- @bigmemtest(size=_2G, memuse=1)
49
- def test_large_reads_writes(self, _size):
+ def test_large_reads_writes(self):
50
# see issue #24658
+ size = size / 10
51
requires('largefile',
52
'test requires %s bytes and a long time to run' % size)
53
self.addCleanup(unlink, TESTFN)
0 commit comments