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.
This commit is contained in:
Dan Streetman 2019-08-15 16:27:05 -04:00 committed by Yu Watanabe
parent 651dcdd669
commit e24619fddd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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() {