]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test/TEST-10-ISSUE-2467: remove testsuite.service TimeoutStartSec
authorDan Streetman <ddstreet@canonical.com>
Thu, 15 Aug 2019 20:06:13 +0000 (16:06 -0400)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 26 Aug 2019 03:47:15 +0000 (12:47 +0900)
This test runs under qemu, which may run on some testbeds without
acceleration; in those cases, a 10s timeout is frequently too short.

Simply removing the timeout to allow the default timeoutsec should
be enough time for the test to finish, even on very slow testbeds.

test/TEST-10-ISSUE-2467/test.sh

index 2c29514ef92288f69efae761f623635e2c550057..e0e78b11003e7e0b0a237f361d3f5eba2be1e96e 100755 (executable)
@@ -25,7 +25,6 @@ Type=oneshot
 StandardOutput=tty
 StandardError=tty
 ExecStart=/bin/sh -e -x -c 'rm -f /tmp/nonexistent; systemctl start test.socket; printf x > test.file; socat -t20 OPEN:test.file UNIX-CONNECT:/run/test.ctl; >/testok'
-TimeoutStartSec=10s
 EOF
 
        cat  >$initdir/etc/systemd/system/test.socket <<'EOF'