Skip to content

Commit e1e402f

Browse files
author
Krish
committed
set max connections for test
1 parent ef7f97f commit e1e402f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/s3_mock_server_tests.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ TEST_CASE(multipart_upload_with_n_retries_mock_server) {
329329
struct aws_s3_tester_client_options client_options = {
330330
.part_size = MB_TO_BYTES(part_size),
331331
.tls_usage = AWS_S3_TLS_DISABLED,
332+
.max_active_connections_override = 1,
332333
};
333334

334335
struct aws_s3_client *client = NULL;

0 commit comments

Comments
 (0)