diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-14 09:45:25 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-14 09:45:25 +0000 |
commit | 28c22bcfe7f4a884b3abe139a16c131d837a13bd (patch) | |
tree | 323e868c622cb6d601fc42ac4f47e97362b69d0c /java/sca/itest/distribution | |
parent | 17a4fb94b2cbeca4cd1626a22240ee10e2c24ad7 (diff) |
Update the pause before the client starts up as i'm geting intermitent fais as the service is taking more than 2 seconds to start up
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764724 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/distribution')
-rw-r--r-- | java/sca/itest/distribution/calculator-rmi/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/itest/distribution/calculator-rmi/build.xml b/java/sca/itest/distribution/calculator-rmi/build.xml index fb6f20f9c1..ac3bcf05d3 100644 --- a/java/sca/itest/distribution/calculator-rmi/build.xml +++ b/java/sca/itest/distribution/calculator-rmi/build.xml @@ -39,7 +39,7 @@ </daemons>
<sequential>
- <sleep seconds="2"/>
+ <sleep seconds="4"/>
<ant antfile="build.xml"
dir="${distro.root}/samples/calculator-rmi-reference"/>
</sequential>
|