diff --git a/scripts/install b/scripts/install index 2fece32..1d65029 100644 --- a/scripts/install +++ b/scripts/install @@ -205,7 +205,7 @@ ynh_script_progression --message="Starting a systemd service..." --time --weight # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from" --length=100 if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then - sleep 60 + sleep 600 fi #=================================================