You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ad...@apache.org on 2022/09/02 12:45:25 UTC

[jackrabbit-oak] branch issues/OAK-9920 created (now dcae9afa7a)

This is an automated email from the ASF dual-hosted git repository.

adulceanu pushed a change to branch issues/OAK-9920
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


      at dcae9afa7a OAK-9920 - ExternalPrivateStoreIT.testSyncBigBlob failures Increased client read timeout to 4 mins

This branch includes the following new commits:

     new dcae9afa7a OAK-9920 - ExternalPrivateStoreIT.testSyncBigBlob failures Increased client read timeout to 4 mins

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jackrabbit-oak] 01/01: OAK-9920 - ExternalPrivateStoreIT.testSyncBigBlob failures Increased client read timeout to 4 mins

Posted by ad...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

adulceanu pushed a commit to branch issues/OAK-9920
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit dcae9afa7a1c9c2bbea72ac580e6d684be4de3f8
Author: dulceanu <an...@gmail.com>
AuthorDate: Fri Sep 2 14:44:49 2022 +0200

    OAK-9920 - ExternalPrivateStoreIT.testSyncBigBlob failures
    Increased client read timeout to 4 mins
---
 .../org/apache/jackrabbit/oak/segment/standby/DataStoreTestBase.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/standby/DataStoreTestBase.java b/oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/standby/DataStoreTestBase.java
index 7b4b6e99a5..368f5a98b4 100644
--- a/oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/standby/DataStoreTestBase.java
+++ b/oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/standby/DataStoreTestBase.java
@@ -288,7 +288,7 @@ public abstract class DataStoreTestBase extends TestBase {
                 .withPort(serverPort.getPort())
                 .withFileStore(secondary)
                 .withSecureConnection(false)
-                .withReadTimeoutMs(2 * 60 * 1000)
+                .withReadTimeoutMs(4 * 60 * 1000)
                 .withAutoClean(false)
                 .withSpoolFolder(folder.newFolder())
                 .build()