aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json')
-rw-r--r--components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json12
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
}
}
}