From e50c1c0bbb4dfbca8b02e725599b87544ff38884 Mon Sep 17 00:00:00 2001 From: Oleg Mitsura Date: Fri, 24 Jul 2020 10:44:10 -0400 Subject: 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 Change-Id: I414a400cf5228c8bff93517532607092103a6980 --- .../node_type/component-remote-python-executor.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json') 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 } } } -- cgit 1.2.3-korg