diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-11 23:27:22 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-11 23:27:22 +0000 |
commit | feffc12ba58e0ed5be7247157f2fca7440999dd3 (patch) | |
tree | a6203d35e05b82e9d13eff674a2d0c1c54f1241a /java/sca | |
parent | dd46d9fdec04702b415b6d6bc9a85f9c797042ad (diff) |
Increase the waiting time to avoid timeout
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-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 d122c58045..68ca90f57d 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="4"/> + <sleep seconds="10"/> <ant antfile="build.xml" dir="${distro.root}/samples/calculator-rmi-reference"/> </sequential> |