Author: rmannibucau
Date: Thu Jun 20 07:39:35 2019
New Revision: 1861673
URL: http://svn.apache.org/viewvc?rev=1861673&view=rev
Log:
[github pr - Fixes #21][stephenc] adjust timeout for jetty start for it/module,
thanks a lot for this catch which makes the build more deterministic
Modified:
openwebbeans/trunk/webbeans-jetty9/src/it/module/pom.xml
Modified: openwebbeans/trunk/webbeans-jetty9/src/it/module/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jetty9/src/it/module/pom.xml?rev=1861673&r1=1861672&r2=1861673&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-jetty9/src/it/module/pom.xml (original)
+++ openwebbeans/trunk/webbeans-jetty9/src/it/module/pom.xml Thu Jun 20
07:39:35 2019
@@ -221,6 +221,8 @@
<jettyProperty>[email protected]@</jettyProperty>
<jettyProperty>[email protected]@</jettyProperty>
</jettyProperties>
+ <maxChildChecks>300</maxChildChecks> <!-- allow up to 30
seconds for jetty distro to start -->
+ <maxChildCheckInterval>100</maxChildCheckInterval>
<modules>
<module>apache-jsp</module>
<module>apache-jstl</module>