From bed6520d27ce2b8234db5055407faf8a4f4b9171 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:04:13 +0200 Subject: [PATCH] provide more fitting description for runner timeout (#3624) (#3644) * provide more fitting description for runner timeout * Update plugins/modules/source_control/gitlab/gitlab_runner.py Co-authored-by: Felix Fontein Co-authored-by: Tim Herren Co-authored-by: Felix Fontein (cherry picked from commit 96de25fc949b325ceb5a98b51555ac077c8ee70b) Co-authored-by: nerrehmit --- plugins/modules/source_control/gitlab/gitlab_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/source_control/gitlab/gitlab_runner.py b/plugins/modules/source_control/gitlab/gitlab_runner.py index d38b4819a6..af0ee157ec 100644 --- a/plugins/modules/source_control/gitlab/gitlab_runner.py +++ b/plugins/modules/source_control/gitlab/gitlab_runner.py @@ -86,7 +86,7 @@ options: type: str maximum_timeout: description: - - The maximum timeout that a runner has to pick up a specific job. + - The maximum time that a runner has to complete a specific job. required: False default: 3600 type: int