From 11ec50acd313a65276ba6a39a9f540d53d2b49d6 Mon Sep 17 00:00:00 2001 From: Ramona Popa Date: Wed, 29 Jan 2020 15:21:14 +0000 Subject: [PATCH] increase sleep time --- .../org/alfresco/rest/rm/community/search/CmisQueryTests.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/search/CmisQueryTests.java b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/CmisQueryTests.java index 3f7dbb79cf..5723c37b68 100644 --- a/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/CmisQueryTests.java +++ b/rm-automation/rm-automation-community-rest-api/src/test/java/org/alfresco/rest/rm/community/search/CmisQueryTests.java @@ -129,7 +129,7 @@ public class CmisQueryTests extends BaseRMRestTest recordFolder.getParentId(), ROLE_RM_MANAGER, UserPermissions.PERMISSION_READ_RECORDS); //do a cmis query to wait for solr indexing - Utility.sleep(5000, 60000, () -> + Utility.sleep(5000, 80000, () -> { ItemIterable results = contentActions.getCMISSession(getAdminUser().getUsername(), getAdminUser().getPassword()).query(sqlWithName,