From 96de25fc949b325ceb5a98b51555ac077c8ee70b Mon Sep 17 00:00:00 2001 From: nerrehmit Date: Sat, 30 Oct 2021 16:44:22 +0200 Subject: [PATCH] provide more fitting description for runner timeout (#3624) * 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 --- 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