diff options
-rw-r--r-- | templates/tests/fixup-weston-watchdog.jinja2 | 5 |
1 files 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 |