You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2017/02/20 11:51:48 UTC

svn commit: r1783747 - /jmeter/trunk/build.xml

Author: sebb
Date: Mon Feb 20 11:51:47 2017
New Revision: 1783747

URL: http://svn.apache.org/viewvc?rev=1783747&view=rev
Log:
Allow more time for server to start

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1783747&r1=1783746&r2=1783747&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Mon Feb 20 11:51:47 2017
@@ -2453,7 +2453,8 @@ run JMeter unless all the JMeter jars ar
         </java>
       </daemons>
       <sequential>
-        <sleep seconds="1"/>
+        <!-- Increase as necessary to ensure server has time to start -->
+        <sleep seconds="2"/>
         <antcall target="batchtest">
           <param name="remote" value="-Rlocalhost:${rmi_port}"/>
           <param name="taskname" value="client"/>