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 ef7f97f commit e1e402fCopy full SHA for e1e402f
tests/s3_mock_server_tests.c
@@ -329,6 +329,7 @@ TEST_CASE(multipart_upload_with_n_retries_mock_server) {
329
struct aws_s3_tester_client_options client_options = {
330
.part_size = MB_TO_BYTES(part_size),
331
.tls_usage = AWS_S3_TLS_DISABLED,
332
+ .max_active_connections_override = 1,
333
};
334
335
struct aws_s3_client *client = NULL;
0 commit comments