mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
increase the sleep max time
This commit is contained in:
@@ -128,7 +128,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, 30000, () ->
|
||||
Utility.sleep(5000, 60000, () ->
|
||||
{
|
||||
ItemIterable<QueryResult> results =
|
||||
contentActions.getCMISSession(getAdminUser().getUsername(), getAdminUser().getPassword()).query(sqlWithName,
|
||||
|
Reference in New Issue
Block a user