From 58043f7d2828f7976b9eb3ab59ff20c773535851 Mon Sep 17 00:00:00 2001 From: Nacho Mansanet Date: Fri, 25 Feb 2022 12:00:21 +0100 Subject: [PATCH] [iMansanet] New minutesToStuck property on tools description to include the minutes the tool will be considered stucked by the PE --- api/tools.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/tools.json b/api/tools.json index 203b30da..85fe2081 100644 --- a/api/tools.json +++ b/api/tools.json @@ -15,6 +15,9 @@ "toolID": { "type": "string" }, + "minutesToStuck": { + "type": "integer" + }, "toolName": { "type": "string" }, -- GitLab