diff options
author | Oleg Mitsura <oleg.mitsura@amdocs.com> | 2020-07-24 10:44:10 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-07-27 03:24:55 +0000 |
commit | e50c1c0bbb4dfbca8b02e725599b87544ff38884 (patch) | |
tree | 97299c204c16b9c31d952bcd6ceea046170c175b /components | |
parent | 129e03c017058907a2d9c4187da0fbeca932244c (diff) |
remote-python-executor was missing timeout inputs
Was present in 'elalto', wasn't merged to frankfurt/master
Issue-ID: CCSDK-2608
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I414a400cf5228c8bff93517532607092103a6980
Diffstat (limited to 'components')
-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 } } } |