attempt to fix integration tests

This commit is contained in:
Rodica Sutu
2018-05-24 17:42:31 +03:00
parent efad9359fa
commit e8bd0c2fa9
2 changed files with 2 additions and 2 deletions

View File

@@ -238,7 +238,7 @@
<value>Search</value>
</property>
<property name="sourceBeanName">
<value>noindex</value>
<value>${index.subsystem.name}</value>
</property>
<property name="instancePath">
<list>

View File

@@ -12,7 +12,7 @@
class="org.springframework.scheduling.quartz.CronTriggerFactoryBean">
<property name="jobDetail" ref="scheduledDispositionLifecyceleJobDetail" />
<!-- <value>0/30 * * * * ?</value> -->
<property name="cronExpression" value="0/30 * * * *?" />
<property name="cronExpression" value="0/30 * * * * ?" />
</bean>
</property>
</bean>