OPEN - issue BATCH-541: pull commit interval from the job parameters
Move ClassPathXmlApplicationContextJobFactory implementation from samples to core.
This commit is contained in:
@@ -195,7 +195,7 @@ public class JdbcJobRepositoryTests extends AbstractTransactionalDataSourceSprin
|
||||
cacheJobIds(execution);
|
||||
|
||||
int count = 0;
|
||||
while (list.size() == 0 && count++ < 10) {
|
||||
while (list.size() == 0 && count++ < 100) {
|
||||
Thread.sleep(200);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user