Skip to content

Commit a2fbac5

Browse files
committed
test: set longer watchdog timeout for timedated
1 parent 70f3336 commit a2fbac5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/TEST-30-ONCLOCKCHANGE/test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ test_setup() {
2929
ln -fs /dev/null $initdir/etc/systemd/system/systemd-resolved.service
3030
ln -fs /dev/null $initdir/etc/systemd/system/systemd-machined.service
3131

32+
# extend the watchdog
33+
cat >$initdir/etc/systemd/system/systemd-timedated.service.d/watchdog.conf <<EOF
34+
[Service]
35+
WatchdogSec=10min
36+
EOF
37+
3238
# setup the testsuite service
3339
cat >$initdir/etc/systemd/system/testsuite.service <<EOF
3440
[Unit]

0 commit comments

Comments
 (0)