From 08acacf4f51e70fddd98ce4508d7027d90be4660 Mon Sep 17 00:00:00 2001 From: cagache Date: Tue, 16 Apr 2019 10:38:24 +0300 Subject: [PATCH] try to search for content ~1.45 min --- .../org/alfresco/rest/rm/community/base/BaseRMRestTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c2f16dace8..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,7 +647,7 @@ public class BaseRMRestTest extends RestTest List names = new ArrayList<>(); // wait for solr indexing int counter = 0; - int waitInMilliSeconds = 6000; + int waitInMilliSeconds = 7000; while (counter < 4) { synchronized (this)