@@ -181,8 +181,8 @@ def test_create_server_ssl_1(self):
181
181
TOTAL_CNT = 25 # total number of clients that test will create
182
182
TIMEOUT = support .LONG_TIMEOUT # timeout for this test
183
183
184
- A_DATA = b'A' * 1024 * 1024
185
- B_DATA = b'B' * 1024 * 1024
184
+ A_DATA = b'A' * 1024 * 64
185
+ B_DATA = b'B' * 1024 * 64
186
186
187
187
sslctx = self ._create_server_ssl_context (
188
188
test_utils .ONLYCERT , test_utils .ONLYKEY
@@ -277,8 +277,8 @@ def test_create_connection_ssl_1(self):
277
277
CNT = 0
278
278
TOTAL_CNT = 25
279
279
280
- A_DATA = b'A' * 1024 * 1024
281
- B_DATA = b'B' * 1024 * 1024
280
+ A_DATA = b'A' * 1024 * 64
281
+ B_DATA = b'B' * 1024 * 64
282
282
283
283
sslctx = self ._create_server_ssl_context (
284
284
test_utils .ONLYCERT ,
@@ -1024,8 +1024,8 @@ def test_create_server_ssl_over_ssl(self):
1024
1024
TOTAL_CNT = 25 # total number of clients that test will create
1025
1025
TIMEOUT = support .LONG_TIMEOUT # timeout for this test
1026
1026
1027
- A_DATA = b'A' * 1024 * 1024
1028
- B_DATA = b'B' * 1024 * 1024
1027
+ A_DATA = b'A' * 1024 * 64
1028
+ B_DATA = b'B' * 1024 * 64
1029
1029
1030
1030
sslctx_1 = self ._create_server_ssl_context (
1031
1031
test_utils .ONLYCERT , test_utils .ONLYKEY )
@@ -1168,7 +1168,7 @@ def test_shutdown_cleanly(self):
1168
1168
CNT = 0
1169
1169
TOTAL_CNT = 25
1170
1170
1171
- A_DATA = b'A' * 1024 * 1024
1171
+ A_DATA = b'A' * 1024 * 64
1172
1172
1173
1173
sslctx = self ._create_server_ssl_context (
1174
1174
test_utils .ONLYCERT , test_utils .ONLYKEY )
0 commit comments