1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

increase timeout to pass the check

This commit is contained in:
Pierre Bourré 2019-01-15 22:57:23 +01:00
parent 40b34d6a0e
commit f69a17119e

View file

@ -153,7 +153,7 @@ waiting_to_start() {
# get the PID of the tail command
local pid_tail=$!
for i in $(seq 1 100)
for i in $(seq 1 500)
do
if grep --quiet "${line_match_new}" $templog || grep --quiet "${line_match_existing}" $templog
then