diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-12-10 17:09:04 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-12-10 17:09:04 +0100 |
commit | 1e2e1b8233a9417490cc4b7154d4fc5c8b8b0c79 (patch) | |
tree | 3d57d5696c397c24c9775e63029f3e6235920776 /templates | |
parent | fe5a8ac48f8c74ae4975e34976023ce2f6c5e8fa (diff) |
Further bump watchdog
and also restart homescreen.service
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Ic9f94a136250d780dee8ea1ab6207b4d4f507bac
Diffstat (limited to 'templates')
-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 |