mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
attempt to fix integration tests
This commit is contained in:
@@ -238,7 +238,7 @@
|
||||
<value>Search</value>
|
||||
</property>
|
||||
<property name="sourceBeanName">
|
||||
<value>noindex</value>
|
||||
<value>${index.subsystem.name}</value>
|
||||
</property>
|
||||
<property name="instancePath">
|
||||
<list>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user