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 <felix@fontein.de>

Co-authored-by: Tim Herren <tim.herren@gmx.ch>
Co-authored-by: Felix Fontein <felix@fontein.de>
pull/3646/head
nerrehmit 2021-10-30 16:44:22 +02:00 committed by GitHub
parent 753df78877
commit 96de25fc94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ options:
type: str type: str
maximum_timeout: maximum_timeout:
description: 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 required: False
default: 3600 default: 3600
type: int type: int