You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/10/04 11:06:09 UTC

svn commit: r821482 - /tuscany/java/sca/itest/distribution/calculator-rmi/build.xml

Author: antelder
Date: Sun Oct  4 09:06:09 2009
New Revision: 821482

URL: http://svn.apache.org/viewvc?rev=821482&view=rev
Log:
Increase the delay before running the client again as its still failing sometimes on the Hudson build machine.

Modified:
    tuscany/java/sca/itest/distribution/calculator-rmi/build.xml

Modified: tuscany/java/sca/itest/distribution/calculator-rmi/build.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/itest/distribution/calculator-rmi/build.xml?rev=821482&r1=821481&r2=821482&view=diff
==============================================================================
--- tuscany/java/sca/itest/distribution/calculator-rmi/build.xml (original)
+++ tuscany/java/sca/itest/distribution/calculator-rmi/build.xml Sun Oct  4 09:06:09 2009
@@ -39,7 +39,7 @@
             </daemons>
 
             <sequential>
-                <sleep seconds="10"/>
+                <sleep seconds="15"/>
                 <ant antfile="build.xml"
                      dir="${distro.root}/samples/calculator-rmi-reference"/>
             </sequential>