From f69a17119e2bf72db1e2a6656a3e669093c7d6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Tue, 15 Jan 2019 22:57:23 +0100 Subject: [PATCH] increase timeout to pass the check --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f477b03..4e6c56e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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