summaryrefslogtreecommitdiffstats
path: root/test/TEST-19-DELEGATE/test.sh
diff options
context:
space:
mode:
authorDan Streetman <ddstreet@canonical.com>2019-08-15 22:27:05 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-08-18 17:30:22 +0200
commite24619fddd4a9002af92f3fce38ba91b08d204e3 (patch)
treeb24a1c9c9454e722396adfbcb73a5c041be3c2ba /test/TEST-19-DELEGATE/test.sh
parentman: add missing comma (diff)
downloadsystemd-e24619fddd4a9002af92f3fce38ba91b08d204e3.tar.xz
systemd-e24619fddd4a9002af92f3fce38ba91b08d204e3.zip
test: increase qemu timeout for TEST-18 and TEST-19
These tests runs under qemu, and on some testbeds, without acceleration. On those systems, the current 180 second overall test timeout is too short to run the test. Increasing the timeout to 600s should be enough, even for slow non-accelerated qemu testbeds.
Diffstat (limited to '')
-rwxr-xr-xtest/TEST-19-DELEGATE/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-19-DELEGATE/test.sh b/test/TEST-19-DELEGATE/test.sh
index abfb6a77a2..348c697f63 100755
--- a/test/TEST-19-DELEGATE/test.sh
+++ b/test/TEST-19-DELEGATE/test.sh
@@ -4,7 +4,7 @@ TEST_DESCRIPTION="test cgroup delegation in the unified hierarchy"
TEST_NO_NSPAWN=1
. $TEST_BASE_DIR/test-functions
-QEMU_TIMEOUT=180
+QEMU_TIMEOUT=600
UNIFIED_CGROUP_HIERARCHY=yes
test_setup() {