summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-02-19 03:27:50 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-02-19 03:27:50 +0000
commiteab31f88e10a97c863c14eb9c18e9fe7e0ed096c (patch)
tree182f006b80d2aded574f367a0a0b65db41250c78 /sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test
parent5cf2cf2306522c7bd3b420e7ce6e362ce3b743f1 (diff)
Start to add the support to load node factory configuration from external files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911689 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test')
-rw-r--r--sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server.xml b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server.xml
index dc18cc8ce0..267650c2d8 100644
--- a/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server.xml
+++ b/sca-java-2.x/trunk/itest/nodes/two-nodes-two-vms-test/server.xml
@@ -24,6 +24,8 @@
<java classpath="${runtime_classpath}" classname="org.apache.tuscany.sca.node.launcher.NodeMain" fork="true">
<arg value="-node"/>
<arg value="./server-config.xml"/>
+ <arg value="-ttl"/>
+ <arg value="15000"/>
</java>
</target>