mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
Try to fix unstable test
This commit is contained in:
@@ -127,9 +127,8 @@ public abstract class AbstractSearchExactTermTest extends AbstractE2EFunctionalT
|
|||||||
createdFileModels.add(fileModel);
|
createdFileModels.add(fileModel);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
waitForContentIndexing(createdFileModels.get(createdFileModels.size() - 1).getName(), true);
|
createdFileModels.forEach(m -> waitForContentIndexing(m.getName(), true));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@BeforeClass(alwaysRun = true)
|
@BeforeClass(alwaysRun = true)
|
||||||
|
Reference in New Issue
Block a user