diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-03-19 15:40:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-19 15:40:52 +0000 |
commit | 6b7d3064ebc4bd6e3dca5d60708e853d2a4836f2 (patch) | |
tree | bee1c31c7ef1baeb91907cf7f688e9990a1cdcb6 /controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json | |
parent | 780268ec538e303bc5bd5c93e2b813e0d3dcbcc7 (diff) | |
parent | ffb12d3ca702aa53c3f95d6e721f202f27e1aa8b (diff) |
Merge "Add rainyDayTest for VFW"
Diffstat (limited to 'controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json')
-rw-r--r-- | controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json b/controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json index f55145658..6d8603b0f 100644 --- a/controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json +++ b/controlloop/common/rules-test/src/main/resources/vfw/tosca-compliant-vfw.json @@ -26,7 +26,7 @@ } } }, - "timeout": 300, + "timeout": 7, "retries": 0, "success": "final_success", "failure": "final_failure", |