From 311b618016f185029ba0d5e1f7ac7aa7765136ac Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:04:18 +0200 Subject: [PATCH] provide more fitting description for runner timeout (#3624) (#3645) * 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 34471b01d4..127cd388f4 100644 --- a/plugins/modules/source_control/gitlab/gitlab_runner.py +++ b/plugins/modules/source_control/gitlab/gitlab_runner.py @@ -92,7 +92,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