From e24619fddd4a9002af92f3fce38ba91b08d204e3 Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Thu, 15 Aug 2019 16:27:05 -0400 Subject: [PATCH] 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. --- test/TEST-18-FAILUREACTION/test.sh | 2 +- test/TEST-19-DELEGATE/test.sh | 2 +- 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() {