diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-30-ONCLOCKCHANGE/test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/TEST-30-ONCLOCKCHANGE/test.sh b/test/TEST-30-ONCLOCKCHANGE/test.sh index 25709410b9..ade3c6fa87 100755 --- a/test/TEST-30-ONCLOCKCHANGE/test.sh +++ b/test/TEST-30-ONCLOCKCHANGE/test.sh @@ -29,6 +29,12 @@ test_setup() { ln -fs /dev/null $initdir/etc/systemd/system/systemd-resolved.service ln -fs /dev/null $initdir/etc/systemd/system/systemd-machined.service + # extend the watchdog + cat >$initdir/etc/systemd/system/systemd-timedated.service.d/watchdog.conf <<EOF +[Service] +WatchdogSec=10min +EOF + # setup the testsuite service cat >$initdir/etc/systemd/system/testsuite.service <<EOF [Unit] |