From: Dan Streetman Date: Thu, 15 Aug 2019 20:27:05 +0000 (-0400) Subject: test: increase qemu timeout for TEST-18 and TEST-19 X-Git-Tag: v243-rc2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e24619fddd4a9002af92f3fce38ba91b08d204e3;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/TEST-18-FAILUREACTION/test.sh b/test/TEST-18-FAILUREACTION/test.sh index 5c9ca9e4270..503c5ca551d 100755 --- a/test/TEST-18-FAILUREACTION/test.sh +++ b/test/TEST-18-FAILUREACTION/test.sh @@ -3,7 +3,7 @@ set -e TEST_DESCRIPTION="FailureAction= operation" . $TEST_BASE_DIR/test-functions -QEMU_TIMEOUT=180 +QEMU_TIMEOUT=600 test_setup() { create_empty_image_rootdir diff --git a/test/TEST-19-DELEGATE/test.sh b/test/TEST-19-DELEGATE/test.sh index abfb6a77a27..348c697f633 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() {