summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Streetman <ddstreet@canonical.com>2019-08-15 16:27:05 -0400
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-08-19 00:30:22 +0900
commite24619fddd4a9002af92f3fce38ba91b08d204e3 (patch)
treeb24a1c9c9454e722396adfbcb73a5c041be3c2ba
parent651dcdd6691a3559ef69d2c41c164a1b692cc58d (diff)
downloadsystemd-e24619fddd4a9002af92f3fce38ba91b08d204e3.tar.gz
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.
-rwxr-xr-xtest/TEST-18-FAILUREACTION/test.sh2
-rwxr-xr-xtest/TEST-19-DELEGATE/test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-18-FAILUREACTION/test.sh b/test/TEST-18-FAILUREACTION/test.sh
index 5c9ca9e427..503c5ca551 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 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() {