diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-02-08 17:47:52 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-02-08 17:48:11 -0500 |
commit | 29dd22feb5a2f239aa8ddd8a30c37edbe6e9d902 (patch) | |
tree | cb272ac569c3b070a93de346e5c12e65b44b6804 /common/src/main | |
parent | b3bc8b2a2cde4a72fae4d8f702b9fc87f6f138f1 (diff) |
Increase long poll DMaaP timeout value to 60
Corrected a JUnit to include updated timeout value.
Increase long poll DMaaP timeout value to 60 seconds
Change-Id: I22a6f17bc694b17b14f25c7dccd6b57d89d0c2b7
Issue-ID: SO-1488
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'common/src/main')
-rw-r--r-- | common/src/main/resources/dmaap/default-consumer.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/main/resources/dmaap/default-consumer.properties b/common/src/main/resources/dmaap/default-consumer.properties index f19b64242d..3f492e1d33 100644 --- a/common/src/main/resources/dmaap/default-consumer.properties +++ b/common/src/main/resources/dmaap/default-consumer.properties @@ -16,6 +16,7 @@ maxBatchSize=100 maxAgeMs=250 group=MSO id=dev +timeout=60000 AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler AFT_DME2_REQ_TRACE_ON=true |