9 Replies Latest reply on Sep 7, 2012 12:31 PM by paul.robinson

    Test timeout in arquillian

    danielmeyer

      I am trying to execute some long running test using arquillian. My problem is that after 60s the archive is undeployed by the the application server.

       

      Is it possible to run tests that take longer than 60s and if so, what do I have to do?

       

      Environment:

      - jboss as 7.1.0.Final

      - jboss-as-arquillian-container-managed 7.1.0.Final

      - arquillian-junit-container 1.0.0.CR7

      - junit 4.8.1

      - Windows

       

      (FYI: I am running the same testsuite with IBM WAS, there the test is not stopped after 60s)