-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
I have some integration tests implemented with Arquillian 1.1.10.Final and remote Wildfly 8.2.0.Final
<dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-arquillian-container-remote</artifactId> <version>8.2.0.Final</version> </dependency>
I simultaneously run several Wildfly instances in docker containers. And if there are not enough resources on the server, then sometimes I can see
java.net.ConnectException: JBAS012144: Could not connect to http-remoting://10.1.0.173:9990. The connection timed out
I was told to use startupTimeoutInSeconds property to increase timeout, but it does not work this artifact.
It's implemented only for org.wildfly.arquillian:wildfly-arquillian-container-remote i.e.
<dependency> <groupId>org.wildfly.arquillian</groupId> <artifactId>wildfly-arquillian-container-remote</artifactId> <version>1.1.0.Alpha1</version> </dependency>
Please, add this option to org.wildfly:wildfly-arquillian-container-remote.