diff options
author | Dan Streetman <ddstreet@canonical.com> | 2019-08-15 22:27:05 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-08-18 17:30:22 +0200 |
commit | e24619fddd4a9002af92f3fce38ba91b08d204e3 (patch) | |
tree | b24a1c9c9454e722396adfbcb73a5c041be3c2ba /test/TEST-19-DELEGATE/test.sh | |
parent | man: add missing comma (diff) | |
download | systemd-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-x | test/TEST-19-DELEGATE/test.sh | 2 |
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() { |