diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-04 09:06:09 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-04 09:06:09 +0000 |
commit | 46a47252c7e4940f97e7d26c3fec3793c29576e7 (patch) | |
tree | 96bf77d1e5233ed99179dae40396c71cd1c46073 /java | |
parent | 07ccf48618c28726b9512e1ec17194a51aba0eea (diff) |
Increase the delay before running the client again as its still failing sometimes on the Hudson build machine.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821482 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-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 68ca90f57d..25abf4e040 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="10"/> + <sleep seconds="15"/> <ant antfile="build.xml" dir="${distro.root}/samples/calculator-rmi-reference"/> </sequential> |