diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2020-02-27 08:29:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-27 08:29:09 +0000 |
commit | c9054893801bb3b2ed151a0304dd3d99a8f9160b (patch) | |
tree | 3ae28a2a9a8f2e525cc1d8ce5e230f07f2af6643 /bpmn/so-bpmn-infrastructure-common | |
parent | 306d3b1ce7a8142fdd8d9023387b90b1c3d75a66 (diff) | |
parent | 416faa25c06b4cf16bb532ea395f6732df102086 (diff) |
Merge "Add ActivateCommunicationService workflow"
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-common')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateCommunicationService.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateCommunicationService.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateCommunicationService.groovy index d3a28eef25..dc33bc930a 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateCommunicationService.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/ActivateCommunicationService.groovy @@ -168,7 +168,7 @@ class ActivateCommunicationService extends AbstractServiceTaskProcessor { } } else { msg = "the communication service has no e2e service" - exceptionUtil.buildAndThrowWorkflowException(execution, 7000, msg) + exceptionUtil.buildAndThrowWorkflowException(execution, 500, msg) } } |