From d68070051da05a9a33ca7660502168030150ecce Mon Sep 17 00:00:00 2001 From: cagache Date: Thu, 18 Apr 2019 16:40:31 +0300 Subject: [PATCH] try to search for content ~1.45 min --- .../alfresco/rest/rm/community/base/BaseRMRestTest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 efdd747b8b..15e831dc9a 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 @@ -647,8 +647,8 @@ public class BaseRMRestTest extends RestTest List names = new ArrayList<>(); // wait for solr indexing int counter = 0; - int waitInMilliSeconds = 4000; - while (counter < 5) + int waitInMilliSeconds = 7000; + while (counter < 4) { synchronized (this) { @@ -695,8 +695,8 @@ public class BaseRMRestTest extends RestTest List results = new ArrayList<>(); // wait for solr indexing int counter = 0; - int waitInMilliSeconds = 4000; - while (counter < 5) + int waitInMilliSeconds = 7000; + while (counter < 4) { synchronized (this) {