diff options
author | Dan Streetman <ddstreet@canonical.com> | 2019-08-15 16:06:13 -0400 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-08-26 12:47:15 +0900 |
commit | 58c1a34437f2560c967318ad75d0615bd33b90b1 (patch) | |
tree | 28fad2b2da93a72641ab0fefe25da5f75db864e5 | |
parent | 65c5f3d074781e1ec7f2e73149622b9fc6610ae3 (diff) | |
download | systemd-58c1a34437f2560c967318ad75d0615bd33b90b1.tar.gz |
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.
-rwxr-xr-x | test/TEST-10-ISSUE-2467/test.sh | 1 |
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' |