diff options
Diffstat (limited to 'Lib/test/test_socket.py')
-rw-r--r-- | Lib/test/test_socket.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 096fb54..fb16d09 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -5299,7 +5299,7 @@ class SendfileUsingSendTest(ThreadedTCPSocketTest): Test the send() implementation of socket.sendfile(). """ - FILESIZE = (10 * 1024 * 1024) # 10MB + FILESIZE = (10 * 1024 * 1024) # 10 MiB BUFSIZE = 8192 FILEDATA = b"" TIMEOUT = 2 |