summaryrefslogtreecommitdiffstats
path: root/test/TEST-10-ISSUE-2467
diff options
context:
space:
mode:
authorDan Streetman <ddstreet@canonical.com>2019-08-15 22:06:13 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-08-26 05:47:15 +0200
commit58c1a34437f2560c967318ad75d0615bd33b90b1 (patch)
tree28fad2b2da93a72641ab0fefe25da5f75db864e5 /test/TEST-10-ISSUE-2467
parenttest/TEST-18-FAILUREACTION: fix typo to actually run firstphase action (diff)
downloadsystemd-58c1a34437f2560c967318ad75d0615bd33b90b1.tar.xz
systemd-58c1a34437f2560c967318ad75d0615bd33b90b1.zip
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.
Diffstat (limited to 'test/TEST-10-ISSUE-2467')
-rwxr-xr-xtest/TEST-10-ISSUE-2467/test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TEST-10-ISSUE-2467/test.sh b/test/TEST-10-ISSUE-2467/test.sh
index 2c29514ef9..e0e78b1100 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'