Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
metro: remove request timeouts
Browse files Browse the repository at this point in the history
rPi is quite slow...
  • Loading branch information
marcc-orange committed Nov 5, 2015
1 parent 3e75468 commit f4abba0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions cepheus-cep/src/test/jmeter/TestPlan.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</elementProp>
<stringProp name="HTTPSampler.domain">${HOST}</stringProp>
<stringProp name="HTTPSampler.port"></stringProp>
<stringProp name="HTTPSampler.connect_timeout">2000</stringProp>
<stringProp name="HTTPSampler.response_timeout">2000</stringProp>
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
<stringProp name="HTTPSampler.response_timeout"></stringProp>
<stringProp name="HTTPSampler.protocol"></stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path"></stringProp>
Expand Down Expand Up @@ -389,11 +389,6 @@
<intProp name="calcMode">4</intProp>
</ConstantThroughputTimer>
<hashTree/>
<UniformRandomTimer guiclass="UniformRandomTimerGui" testclass="UniformRandomTimer" testname="Uniform Random Timer" enabled="false">
<stringProp name="ConstantTimer.delay">${WAIT}</stringProp>
<stringProp name="RandomTimer.range">0</stringProp>
</UniformRandomTimer>
<hashTree/>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="updateContext" enabled="true">
<boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
<elementProp name="HTTPsampler.Arguments" elementType="Arguments">
Expand Down

0 comments on commit f4abba0

Please sign in to comment.