We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f3336 commit a2fbac5Copy full SHA for a2fbac5
1 file changed
test/TEST-30-ONCLOCKCHANGE/test.sh
@@ -29,6 +29,12 @@ test_setup() {
29
ln -fs /dev/null $initdir/etc/systemd/system/systemd-resolved.service
30
ln -fs /dev/null $initdir/etc/systemd/system/systemd-machined.service
31
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
+
38
# setup the testsuite service
39
cat >$initdir/etc/systemd/system/testsuite.service <<EOF
40
[Unit]
0 commit comments