OPEN - issue BATCH-541: pull commit interval from the job parameters

Move ClassPathXmlApplicationContextJobFactory implementation from samples to core.
This commit is contained in:
dsyer
2008-06-02 13:14:58 +00:00
parent e64c3cdf1f
commit 90465f9ce0
6 changed files with 48 additions and 4 deletions

View File

@@ -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);
}