summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 10:38:58 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 10:38:58 +0000
commit94e69567c4c8cb96f243cb01536687dd365800fc (patch)
tree6177a7010e09688b43b6f844cc0cb9e8c28b56af /branches/sca-java-1.x
parentf36a9bffba0a9aa829582eeb26f9e517b0216060 (diff)
TUSCANY-3265 Increase time to live to give a better chance of catching the response message
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815265 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x')
-rw-r--r--branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite b/branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite
index 43bd611b24..3678356d3b 100644
--- a/branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite
+++ b/branches/sca-java-1.x/itest/jms/src/main/resources/properties/properties.composite
@@ -36,7 +36,7 @@
<headers JMSType="op2Type"
JMSCorrelationID="op2CID"
JMSDeliveryMode="NON_PERSISTENT"
- JMSTimeToLive="6"
+ JMSTimeToLive="6000"
JMSPriority="8">
<property name="op2P2">foo</property>
</headers>