From f26612f00b6dad4cb5f3ebb2b419aeb52e74c97c Mon Sep 17 00:00:00 2001 From: cagache Date: Fri, 12 Apr 2019 14:14:59 +0300 Subject: [PATCH] try to search for content ~1.30 min --- .../org/alfresco/rest/rm/community/base/BaseRMRestTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java index 626fd3ef3c..7ace59e8ec 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/base/BaseRMRestTest.java @@ -648,7 +648,7 @@ public class BaseRMRestTest extends RestTest // wait for solr indexing int counter = 0; int waitInMilliSeconds = 6000; - while (counter < 3) + while (counter < 4) { synchronized (this) { @@ -695,7 +695,7 @@ public class BaseRMRestTest extends RestTest List results = new ArrayList<>(); // wait for solr indexing int counter = 0; - int waitInMilliSeconds = 5000; + int waitInMilliSeconds = 6000; while (counter < 4) { synchronized (this)