diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-08-26 16:17:11 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-08-26 19:16:45 +0200 |
commit | 3c833171bd8360a43ab82ee80826113b278647e0 (patch) | |
tree | 4f8f908bd35ee1bcd375736ee2121ea143b2795d /test/TEST-67-INTEGRITY/test.sh | |
parent | test: use a unique machine name for each nspawn test (diff) | |
download | systemd-3c833171bd8360a43ab82ee80826113b278647e0.tar.xz systemd-3c833171bd8360a43ab82ee80826113b278647e0.zip |
test: respect the global $QEMU_TIMEOUT
CIs set QEMU and nspawn timeouts by themselves which reflect their needs
and possibilities, so let's respect that value, instead of using one
pre-set value which might or might not work for all of them.
Both Ubuntu CI and CentOS CI set these values themselves.
Diffstat (limited to 'test/TEST-67-INTEGRITY/test.sh')
-rwxr-xr-x | test/TEST-67-INTEGRITY/test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TEST-67-INTEGRITY/test.sh b/test/TEST-67-INTEGRITY/test.sh index b3bc1441ab..1ec2d4bf7f 100755 --- a/test/TEST-67-INTEGRITY/test.sh +++ b/test/TEST-67-INTEGRITY/test.sh @@ -5,7 +5,6 @@ set -e TEST_DESCRIPTION="dm-integrity test" TEST_NO_NSPAWN=1 -QEMU_TIMEOUT=600 # shellcheck source=test/test-functions . "${TEST_BASE_DIR:?}/test-functions" |