1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Increase timeout in storage/s3 module to improve reliability.

This commit is contained in:
David Steele 2019-01-19 20:44:40 +02:00
parent e57f1b5293
commit f79af47bd4
2 changed files with 5 additions and 1 deletions

View File

@ -120,6 +120,10 @@
<release-item>
<p>Move C module include in <file>test.c</file> above headers included for testing.</p>
</release-item>
<release-item>
<p>Increase timeout in <id>storage/s3</id> module to improve reliability.</p>
</release-item>
</release-development-list>
</release-test-list>
</release>

View File

@ -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