diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-01 14:02:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-01 14:02:42 +0000 |
commit | 12d85845dbfd7826b2b904faaaf96c0f07bf32a3 (patch) | |
tree | 28bbf8216f0d8f3c2e5dd0dcf26c1af782c7086d /controlloop/common/feature-controlloop-trans/src/test/resources/feature-controlloop-trans.properties | |
parent | 4bc80ef77521653cdc56f4bb902ab66129c5bd91 (diff) | |
parent | e6bf601e69e40768efbc934c88b17fd9d4062e49 (diff) |
Merge "Remove sleep() from junit tests"1.5.0
Diffstat (limited to 'controlloop/common/feature-controlloop-trans/src/test/resources/feature-controlloop-trans.properties')
-rw-r--r-- | controlloop/common/feature-controlloop-trans/src/test/resources/feature-controlloop-trans.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/controlloop/common/feature-controlloop-trans/src/test/resources/feature-controlloop-trans.properties b/controlloop/common/feature-controlloop-trans/src/test/resources/feature-controlloop-trans.properties index cc4c0681d..c921e8c27 100644 --- a/controlloop/common/feature-controlloop-trans/src/test/resources/feature-controlloop-trans.properties +++ b/controlloop/common/feature-controlloop-trans/src/test/resources/feature-controlloop-trans.properties @@ -2,14 +2,14 @@ # ============LICENSE_START======================================================= # ONAP # ================================================================================ -# Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -18,4 +18,4 @@ # ============LICENSE_END========================================================= ### controlloop.cache.transactions.size=3 -controllop.cache.transactions.timeout.seconds=10
\ No newline at end of file +controllop.cache.transactions.timeout.seconds=2 |