From: Dan Streetman Date: Thu, 15 Aug 2019 20:06:13 +0000 (-0400) Subject: test/TEST-10-ISSUE-2467: remove testsuite.service TimeoutStartSec X-Git-Tag: v243~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58c1a34437f2560c967318ad75d0615bd33b90b1;p=thirdparty%2Fsystemd.git test/TEST-10-ISSUE-2467: remove testsuite.service TimeoutStartSec 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. --- diff --git a/test/TEST-10-ISSUE-2467/test.sh b/test/TEST-10-ISSUE-2467/test.sh index 2c29514ef92..e0e78b11003 100755 --- a/test/TEST-10-ISSUE-2467/test.sh +++ b/test/TEST-10-ISSUE-2467/test.sh @@ -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'