From 1e2e1b8233a9417490cc4b7154d4fc5c8b8b0c79 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 10 Dec 2021 17:09:04 +0100 Subject: Further bump watchdog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and also restart homescreen.service Signed-off-by: Jan-Simon Möller Change-Id: Ic9f94a136250d780dee8ea1ab6207b4d4f507bac --- templates/tests/fixup-weston-watchdog.jinja2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/tests/fixup-weston-watchdog.jinja2 b/templates/tests/fixup-weston-watchdog.jinja2 index ce403b4..e99650d 100644 --- a/templates/tests/fixup-weston-watchdog.jinja2 +++ b/templates/tests/fixup-weston-watchdog.jinja2 @@ -8,10 +8,11 @@ description: "extend watchdog on virtual" run: steps: - - sed -i -e "s#WatchdogSec=20#WatchdogSec=60#g" /lib/systemd/system/weston.service + - sed -i -e "s#WatchdogSec=20#WatchdogSec=180#g" /lib/systemd/system/weston.service - systemctl daemon-reload - systemctl restart weston.service - - sleep 60 + - systemctl restart homescreen.service + - sleep 90 - journalctl --no-pager -a -b from: inline name: fixup-weston-watchdog -- cgit 1.2.3-korg