Navigation Menu

Skip to content

Commit

Permalink
Allows jmeter.exit.check.pause to be set via Maven property
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Jun 19, 2013
1 parent aa12fd6 commit 923399e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fcrepo-webapp/pom.xml
Expand Up @@ -18,6 +18,7 @@
<!-- jmeter -->
<jmeter.loop_count>100</jmeter.loop_count>
<jmeter.num_threads>10</jmeter.num_threads>
<jmeter.exit.check.pause>2000</jmeter.exit.check.pause>
</properties>

<dependencies>
Expand Down Expand Up @@ -186,7 +187,7 @@
<propertiesJMeter>
<!-- Extend the period (in ms) JMeter waits for threads to close -->
<!-- See: https://github.com/Ronnie76er/jmeter-maven-plugin/issues/56 -->
<jmeter.exit.check.pause>5000</jmeter.exit.check.pause>
<jmeter.exit.check.pause>${jmeter.exit.check.pause}</jmeter.exit.check.pause>
</propertiesJMeter>
<propertiesUser>
<fedora_4_port>${test.port}</fedora_4_port>
Expand Down

0 comments on commit 923399e

Please sign in to comment.