From 37d226544f2738bd37f97b612ff4798545b3dc5a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 30 Jan 2019 00:09:31 +0100 Subject: [PATCH] CI is not happy enough with sleep 10, sleep 20 seems enough ... --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d2d3064..597fdbd 100755 --- a/scripts/install +++ b/scripts/install @@ -145,4 +145,4 @@ systemctl restart $app systemctl reload nginx ynh_print_info "Waiting for wekan to be up ..." -sleep 10 +sleep 20