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 e2b5b8f2a9..626fd3ef3c 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 @@ -695,8 +695,8 @@ public class BaseRMRestTest extends RestTest List results = new ArrayList<>(); // wait for solr indexing int counter = 0; - int waitInMilliSeconds = 6000; - while (counter < 3) + int waitInMilliSeconds = 5000; + while (counter < 4) { synchronized (this) { @@ -744,8 +744,8 @@ public class BaseRMRestTest extends RestTest String result = ""; // wait for solr indexing int counter = 0; - int waitInMilliSeconds = 6000; - while (counter < 3) + int waitInMilliSeconds = 5000; + while (counter < 4) { synchronized (this) {