Skip to content

Commit

Permalink
[JBWS-3947] Longer test for better results
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Sep 25, 2015
1 parent 05c4174 commit 449157d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/testsuite/perf-tests/src/test/jmeter/a.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
<boolProp name="LoopController.continue_forever">false</boolProp>
<stringProp name="LoopController.loops">6000</stringProp>
<stringProp name="LoopController.loops">12000</stringProp>
</elementProp>
<stringProp name="ThreadGroup.num_threads">10</stringProp>
<stringProp name="ThreadGroup.ramp_time">1</stringProp>
Expand Down
2 changes: 1 addition & 1 deletion modules/testsuite/perf-tests/src/test/jmeter/jbossws.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
<boolProp name="LoopController.continue_forever">false</boolProp>
<stringProp name="LoopController.loops">100000</stringProp>
<stringProp name="LoopController.loops">150000</stringProp>
</elementProp>
<stringProp name="ThreadGroup.num_threads">10</stringProp>
<stringProp name="ThreadGroup.ramp_time">0</stringProp>
Expand Down

0 comments on commit 449157d

Please sign in to comment.