Skip to content

Commit

Permalink
[HWKMETRICS-371] Bump memory and timeout one more time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Mar 21, 2016
1 parent b268723 commit ecc4c5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-tests/hawkular-server-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,12 @@
</add-user>
<jboss-home>${project.build.directory}/${project.build.finalName}</jboss-home>
<skip>${skipTests}</skip>
<startupTimeout>240</startupTimeout>
<startupTimeout>360</startupTimeout>
<port>${hawkular.management.port}</port>
<javaOpts>
<javaOpt>-server</javaOpt>
<javaOpt>-Xms64m</javaOpt>
<javaOpt>-Xmx1024m</javaOpt>
<javaOpt>-Xms128m</javaOpt>
<javaOpt>-Xmx1536m</javaOpt>
<javaOpt>-Djava.net.preferIPv4Stack=true</javaOpt>
<javaOpt>-Djava.awt.headless=true</javaOpt>
<javaOpt>-Djboss.bind.address=${hawkular.bind.address}</javaOpt>
Expand Down

0 comments on commit ecc4c5c

Please sign in to comment.