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:
parent
e57f1b5293
commit
f79af47bd4
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user