remote-python-executor was missing timeout inputs 75/110275/2
authorOleg Mitsura <oleg.mitsura@amdocs.com>
Fri, 24 Jul 2020 14:44:10 +0000 (10:44 -0400)
committerKAPIL SINGAL <ks220y@att.com>
Mon, 27 Jul 2020 03:24:55 +0000 (03:24 +0000)
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

components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json

index acaea4e..8fa8e7c 100644 (file)
               "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
             }
           }
         }