From 29a7047db1244d282cd63ac966efe62c49b5bd4e Mon Sep 17 00:00:00 2001 From: cagache Date: Tue, 16 Apr 2019 14:17:55 +0300 Subject: [PATCH] try to search for content ~2 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 15e831dc9a..efdd747b8b 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 = 7000; - while (counter < 4) + int waitInMilliSeconds = 4000; + while (counter < 5) { synchronized (this) { @@ -695,8 +695,8 @@ public class BaseRMRestTest extends RestTest List results = new ArrayList<>(); // wait for solr indexing int counter = 0; - int waitInMilliSeconds = 7000; - while (counter < 4) + int waitInMilliSeconds = 4000; + while (counter < 5) { synchronized (this) {