Re-enabling test-jmx tree

This commit is contained in:
Joakim Erdfelt 2015-01-19 14:04:45 -07:00
parent aa22842c20
commit c6b07e09d9
2 changed files with 2 additions and 1 deletions

View File

@ -48,5 +48,6 @@
<module>test-loginservice</module>
<module>test-integration</module>
<module>test-quickstart</module>
<module>test-jmx</module>
</modules>
</project>

View File

@ -147,7 +147,7 @@
<arg file="${jetty.base}"/>
</exec>
<waitfor maxwait="5" maxwaitunit="second"
checkevery="100" checkeveryunit="millisecond">
checkevery="500" checkeveryunit="millisecond">
<http url="http://localhost:58080/jmx-webapp/"/>
</waitfor>
<echo>Integration Test : Jetty is now available</echo>