mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Added thread sleep to allow the core to setup
This commit is contained in:
@@ -66,8 +66,10 @@ public class AlfrescoSolrTrackerTest extends AbstractAlfrescoSolrTests
|
|||||||
private static Log logger = LogFactory.getLog(AlfrescoSolrTrackerTest.class);
|
private static Log logger = LogFactory.getLog(AlfrescoSolrTrackerTest.class);
|
||||||
private static long MAX_WAIT_TIME = 80000;
|
private static long MAX_WAIT_TIME = 80000;
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void beforeClass() throws Exception {
|
public static void beforeClass() throws Exception
|
||||||
|
{
|
||||||
initAlfrescoCore("solrconfig-afts.xml", "schema-afts.xml");
|
initAlfrescoCore("solrconfig-afts.xml", "schema-afts.xml");
|
||||||
|
Thread.sleep(30000);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
|
Reference in New Issue
Block a user