Commit abd9dfeb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased a timeout for gitlab startup to 15 minutes as it may take a bit of time on slow systems

parent ff70eaae
...@@ -226,7 +226,7 @@ export LOGROTATE_CONF ...@@ -226,7 +226,7 @@ export LOGROTATE_CONF
gitlab-service-override: gitlab-service-override:
define GITLAB_SERVICE_OVERRIDE define GITLAB_SERVICE_OVERRIDE
[Service] [Service]
TimeoutSec=600 TimeoutSec=900
ExecStartPre=/usr/sbin/gitlab-init ExecStartPre=/usr/sbin/gitlab-init
endef endef
export GITLAB_SERVICE_OVERRIDE export GITLAB_SERVICE_OVERRIDE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment