From cc8f789bb46f24f5898c7c3977aa204476ff1552 Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 28 Jan 2019 00:19:12 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8644b51..5ccbbab 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -157,7 +157,7 @@ waiting_to_start() { # get the PID of the tail command local pid_tail=$! - for i in $(seq 1 500); do + for i in $(seq 1 1000); do if grep --quiet "${line_match_new}" $templog || grep --quiet "${line_match_existing}" $templog; then echo "Gitlab has correctly started." >&2 break