mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Update SearchInFolderTests.java
This commit is contained in:
@@ -57,7 +57,7 @@ public class SearchInFolderTests extends AbstractCmisE2ETest
|
|||||||
.createFile(subFile3)
|
.createFile(subFile3)
|
||||||
.createFile(subFile4);
|
.createFile(subFile4);
|
||||||
// wait for index
|
// wait for index
|
||||||
Utility.waitToLoopTime(5);//getElasticWaitTimeInSeconds());
|
Utility.waitToLoopTime(getElasticWaitTimeInSeconds());
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterClass(alwaysRun = true)
|
@AfterClass(alwaysRun = true)
|
||||||
|
Reference in New Issue
Block a user