diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 920a0361a..f8d87ce15 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -120,6 +120,10 @@

Move C module include in test.c above headers included for testing.

+ + +

Increase timeout in storage/s3 module to improve reliability.

+
diff --git a/test/src/module/storage/s3Test.c b/test/src/module/storage/s3Test.c index 12cb4008e..2cf41ca94 100644 --- a/test/src/module/storage/s3Test.c +++ b/test/src/module/storage/s3Test.c @@ -340,7 +340,7 @@ testRun(void) testS3Server(); StorageDriverS3 *s3Driver = storageDriverS3New( - path, true, NULL, bucket, endPoint, region, accessKey, secretAccessKey, NULL, host, port, 250, true, NULL, NULL); + path, true, NULL, bucket, endPoint, region, accessKey, secretAccessKey, NULL, host, port, 1000, true, NULL, NULL); Storage *s3 = storageDriverS3Interface(s3Driver); // Coverage for noop functions