Add timeout to regression test to allow for setup of ingest job settings panel

This commit is contained in:
Richard Cordovano 2016-07-11 13:23:56 -04:00
parent b296e751e4
commit bbfa4689e8

View File

@ -215,6 +215,12 @@ public class RegressionTest extends TestCase {
}
public void testConfigureIngest1() {
/*
* This timeout is to allow the setup for the ingest job settings panel
* to complete.
*/
new Timeout("pausing", 10000).sleep();
logger.info("Looking for hash lookup module in ingest job settings panel");
WizardOperator wo = new WizardOperator("Add Data");
JTableOperator jto = new JTableOperator(wo, 0);