- test: failure_retry: 3 definitions: - repository: metadata: format: Lava-Test Test Definition 1.0 name: fixup-weston-watchdog description: "extend watchdog on virtual" run: steps: - sed -i -e "s#WatchdogSec=20#WatchdogSec=180#g" /lib/systemd/system/weston.service - systemctl daemon-reload - systemctl restart weston.service - systemctl restart homescreen.service - sleep 90 - journalctl --no-pager -a -b from: inline name: fixup-weston-watchdog path: inline/fixup-weston-watchdog.yaml