summaryrefslogtreecommitdiffstats
path: root/test/TEST-67-INTEGRITY/test.sh
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-08-26 16:17:11 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-08-26 19:16:45 +0200
commit3c833171bd8360a43ab82ee80826113b278647e0 (patch)
tree4f8f908bd35ee1bcd375736ee2121ea143b2795d /test/TEST-67-INTEGRITY/test.sh
parenttest: use a unique machine name for each nspawn test (diff)
downloadsystemd-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-xtest/TEST-67-INTEGRITY/test.sh1
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"