aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2022-01-18 18:19:06 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2022-01-18 18:19:06 +0100
commitb6926ecfcebbcfa347767ce44ba856ae2d33f409 (patch)
tree68cc5b2a3cdbdff8cdd172edbaeaf32f85094ed8
parent4cce4e848c6740c2ccb45e0ac551a491f086ac68 (diff)
Fix location of sed call
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I8710df8f3ba60b46182efd6ef7ef752e43833170
-rw-r--r--templates/tests/fixup-weston-watchdog.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tests/fixup-weston-watchdog.jinja2 b/templates/tests/fixup-weston-watchdog.jinja2
index e7d4f77..ac00de4 100644
--- a/templates/tests/fixup-weston-watchdog.jinja2
+++ b/templates/tests/fixup-weston-watchdog.jinja2
@@ -8,7 +8,7 @@
description: "extend watchdog on virtual"
run:
steps:
- - sed -i -e "s#WatchdogSec=20#WatchdogSec=240#g" /usr/lib/systemd/user/agl-session.target.wants/agl-compositor.service
+ - sed -i -e "s#WatchdogSec=20#WatchdogSec=240#g" /usr/lib/systemd/user/agl-compositor.service
- systemctl daemon-reload
- systemctl restart agl-session@agl-driver.service
- sleep 60