Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Make Arquillian timeout configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Aug 24, 2016
1 parent 85a306d commit f07088a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zanata-war/src/test/resources/arquillian.xml
Expand Up @@ -26,6 +26,7 @@
It must match the exact management port to be used-->
<!-- NB: don't put whitespace around the number -->
<property name="managementPort">${jboss.management.native.port,env.JBOSS_MANAGEMENT_NATIVE_PORT:10099}</property>
<property name="startupTimeoutInSeconds">${startup.timeout:60}</property>
</configuration>
</container>
<container qualifier="wildfly" default="true">
Expand All @@ -37,6 +38,7 @@
<property name="serverConfig">standalone-arquillian.xml</property>
<!-- NB: don't put whitespace around the number -->
<property name="managementPort">${jboss.management.http.port,env.JBOSS_MANAGEMENT_HTTP_PORT:10090}</property>
<property name="startupTimeoutInSeconds">${startup.timeout:60}</property>
</configuration>
</container>
<extension qualifier="suite">
Expand Down

0 comments on commit f07088a

Please sign in to comment.