This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e6e9e9  Wait only two seconds for connection on external site for our 
tests
5e6e9e9 is described below

commit 5e6e9e9fc335ecf09e1757b2e3b5853cb26d563b
Author: Felix Schumacher <felix.schumac...@internetallee.de>
AuthorDate: Sun Feb 16 16:31:53 2020 +0100

    Wait only two seconds for connection on external site for our tests
---
 bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx 
b/bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx
index 4e82fdc..695e76a 100644
--- a/bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx
+++ b/bin/testfiles/Http4ImplPreemptiveBasicAuth.jmx
@@ -27,8 +27,8 @@
         <stringProp name="HTTPSampler.contentEncoding"></stringProp>
         <stringProp name="HTTPSampler.path">/</stringProp>
         <stringProp name="HTTPSampler.concurrentPool">6</stringProp>
-        <stringProp name="HTTPSampler.connect_timeout"></stringProp>
-        <stringProp name="HTTPSampler.response_timeout"></stringProp>
+        <stringProp name="HTTPSampler.connect_timeout">2000</stringProp>
+        <stringProp name="HTTPSampler.response_timeout">5000</stringProp>
       </ConfigTestElement>
       <hashTree/>
       <ConstantTimer guiclass="ConstantTimerGui" testclass="ConstantTimer" 
testname="Constant Timer" enabled="true">

Reply via email to