diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-07-28 06:39:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-28 06:39:02 +0000 |
commit | bad2adb8f02c0bf5174e959630a211543dfffbd8 (patch) | |
tree | f01307e6294261520f238c065037ef726a9d73bf | |
parent | 0a8d1598925e02ad0fb1793aaffe5bd1bc5b6585 (diff) | |
parent | e50c1c0bbb4dfbca8b02e725599b87544ff38884 (diff) |
Merge "remote-python-executor was missing timeout inputs" into frankfurt
-rw-r--r-- | components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json b/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json index acaea4e7b..8fa8e7c7b 100644 --- a/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json +++ b/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json @@ -60,6 +60,18 @@ "entry_schema" : { "type" : "dt-system-packages" } + }, + "env-prepare-timeout": { + "description": "Time-out for environment preparation.", + "required": false, + "type": "integer", + "default": 120 + }, + "execution-timeout": { + "description": "Time-out for the execution step.", + "required": false, + "type": "integer", + "default": 180 } } } |