Kaydet (Commit) da4b84a0 authored tarafından Tim Peters's avatar Tim Peters

Oops -- I introduced an off-by-6436159488 error.

üst 97db0ca1
......@@ -46,7 +46,7 @@ class TestsWithSourceFile(unittest.TestCase):
# It will contain enough copies of self.data to reach about 6GB of
# raw data to store.
filecount = 6*1024**2 // len(self.data)
filecount = 6*1024**3 // len(self.data)
next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
for num in range(filecount):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment