Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Increase timeout on server startup in all standalone.xml files.
Browse files Browse the repository at this point in the history
Changes the timeout to 1000 seconds (16min 40s) from default 300s (5min)
to prevent timeout when liquibase changesets take longer than 5 minutes
to run.
  • Loading branch information
davidmason committed Mar 23, 2015
1 parent dddea7d commit 21f6ca8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions functional-test/src/test/resources/conf/standalone.xml
Expand Up @@ -28,6 +28,7 @@
</extensions>
<system-properties>
<property name="zanata.countAjax" value="true" />
<property name="jboss.as.management.blocking.timeout" value="1000"/>
</system-properties>
<management>
<security-realms>
Expand Down
Expand Up @@ -28,6 +28,7 @@
</extensions>
<system-properties>
<property name="zanata.countAjax" value="true" />
<property name="jboss.as.management.blocking.timeout" value="1000"/>
</system-properties>
<management>
<security-realms>
Expand Down
Expand Up @@ -31,6 +31,7 @@
<system-properties>
<property name="javamelody.storage-directory" value="${user.home}/zanata/stats"/>
<property name="hibernate.search.default.indexBase" value="${user.home}/zanata/indexes"/>
<property name="jboss.as.management.blocking.timeout" value="1000"/>
</system-properties>


Expand Down
Expand Up @@ -32,6 +32,7 @@
<property name="javamelody.storage-directory" value="${user.home}/zanata/stats"/>
<property name="hibernate.search.default.indexBase" value="${user.home}/zanata/indexes"/>
<property name="ehcache.disk.store.dir" value="${user.home}/zanata/ehcache"/>
<property name="jboss.as.management.blocking.timeout" value="1000"/>
</system-properties>


Expand Down
Expand Up @@ -29,6 +29,7 @@
<system-properties>
<property name="hibernate.search.default.indexBase"
value="./target/zanatasearchindex" />
<property name="jboss.as.management.blocking.timeout" value="1000"/>
<!--javamelody.storage-directory=/var/lib/zanata/stats-->
</system-properties>
<management>
Expand Down
Expand Up @@ -31,6 +31,7 @@
<system-properties>
<property name="hibernate.search.default.indexBase"
value="./target/zanatasearchindex" />
<property name="jboss.as.management.blocking.timeout" value="1000"/>
<!--javamelody.storage-directory=/var/lib/zanata/stats-->
</system-properties>

Expand Down

0 comments on commit 21f6ca8

Please sign in to comment.