Author: pmouawad
Date: Tue Apr 10 11:29:29 2018
New Revision: 1828803
URL: http://svn.apache.org/viewvc?rev=1828803&view=rev
Log:
Increase timeouts
Modified:
jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx
Modified: jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx?rev=1828803&r1=1828802&r2=1828803&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx (original)
+++ jmeter/trunk/bin/testfiles/SlowCharsFeature.jmx Tue Apr 10 11:29:29 2018
@@ -248,8 +248,8 @@ SampleResult.setBytes(0);</stringProp>
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
<stringProp name="HTTPSampler.implementation">HttpClient4</stringProp>
- <stringProp name="HTTPSampler.connect_timeout">5000</stringProp>
- <stringProp name="HTTPSampler.response_timeout">30000</stringProp>
+ <stringProp name="HTTPSampler.connect_timeout">15000</stringProp>
+ <stringProp name="HTTPSampler.response_timeout">60000</stringProp>
</HTTPSamplerProxy>
<hashTree>
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="RA_CHECK_SNI_OK"
enabled="true">
|