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 7ace59e8ec..c2f16dace8 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,7 +695,7 @@ public class BaseRMRestTest extends RestTest List results = new ArrayList<>(); // wait for solr indexing int counter = 0; - int waitInMilliSeconds = 6000; + int waitInMilliSeconds = 7000; while (counter < 4) { synchronized (this)