Skip to content

WIP: Increase timeout for GitLab backup task when executing replicate-geo-database

username-removed-444214 requested to merge mrchrisw-add-timeout into master

Mixlib::ShellOut - run_command has a default timeout of 600s. With a large GitLab installation, the gitlab-rake gitlab:backup:create command can take over 600s to execute. This change increases this timeout to 1800s (30mins).

Edited by username-removed-444214

Merge request reports