aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-07-28 06:39:02 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-28 06:39:02 +0000
commitbad2adb8f02c0bf5174e959630a211543dfffbd8 (patch)
treef01307e6294261520f238c065037ef726a9d73bf
parent0a8d1598925e02ad0fb1793aaffe5bd1bc5b6585 (diff)
parente50c1c0bbb4dfbca8b02e725599b87544ff38884 (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.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
}
}
}