Uploaded image for project: 'WildFly Arquillian'
  1. WildFly Arquillian
  2. WFARQ-3

Option to set startup timeout

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 3.0.0.Beta1, 3.0.0.Final
    • 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.

            Unassigned Unassigned
            ddska_jira Dmitry Lisovsky (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: