mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Merge branch 'master' of http://git.alfresco.com/tas/alfresco-tas-restapi-test
This commit is contained in:
@@ -728,7 +728,7 @@ public class NodesLockTests extends RestTest
|
|||||||
query.setIncludeRequest(false);
|
query.setIncludeRequest(false);
|
||||||
|
|
||||||
// Allow indexing to complete.
|
// Allow indexing to complete.
|
||||||
Utility.sleep(1000, 60000, () ->
|
Utility.sleep(1000, 180000, () ->
|
||||||
{
|
{
|
||||||
SearchResponse response = query(query);
|
SearchResponse response = query(query);
|
||||||
restClient.assertStatusCodeIs(HttpStatus.OK);
|
restClient.assertStatusCodeIs(HttpStatus.OK);
|
||||||
@@ -745,7 +745,7 @@ public class NodesLockTests extends RestTest
|
|||||||
|
|
||||||
STEP("7. Verify that childNode1 and childNode2 are not found in the query results.");
|
STEP("7. Verify that childNode1 and childNode2 are not found in the query results.");
|
||||||
// Allow indexing to complete.
|
// Allow indexing to complete.
|
||||||
Utility.sleep(1000, 60000, () ->
|
Utility.sleep(1000, 180000, () ->
|
||||||
{
|
{
|
||||||
SearchResponse response = query(query);
|
SearchResponse response = query(query);
|
||||||
restClient.assertStatusCodeIs(HttpStatus.OK);
|
restClient.assertStatusCodeIs(HttpStatus.OK);
|
||||||
|
|||||||
Reference in New Issue
Block a user