test: set longer watchdog timeout for timedated

This commit is contained in:
Yu Watanabe 2019-04-11 02:27:42 +09:00
parent 70f3336e96
commit a2fbac5875

View file

@ -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]