From eae1ef076d6b84e25c68ba543705f3fc1e07bd2c Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Thu, 12 Dec 2019 13:37:27 +0100 Subject: [PATCH] test: increase qemu timeout for TEST-08 and TEST-09 These tests two have shown to be flaky in Ubuntu test infrastructure, but got more reliable with increased timeouts of 300 seconds each. Signed-off-by: Christian Ehrhardt --- test/TEST-08-ISSUE-2730/test.sh | 2 +- test/TEST-09-ISSUE-2691/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/TEST-08-ISSUE-2730/test.sh b/test/TEST-08-ISSUE-2730/test.sh index a9e6ffa79d..dd87913143 100755 --- a/test/TEST-08-ISSUE-2730/test.sh +++ b/test/TEST-08-ISSUE-2730/test.sh @@ -4,7 +4,7 @@ TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2730" TEST_NO_NSPAWN=1 . $TEST_BASE_DIR/test-functions -QEMU_TIMEOUT=180 +QEMU_TIMEOUT=300 FSTYPE=ext4 test_setup() { diff --git a/test/TEST-09-ISSUE-2691/test.sh b/test/TEST-09-ISSUE-2691/test.sh index ca3e69d2ca..955538c850 100755 --- a/test/TEST-09-ISSUE-2691/test.sh +++ b/test/TEST-09-ISSUE-2691/test.sh @@ -4,7 +4,7 @@ TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2691" TEST_NO_NSPAWN=1 . $TEST_BASE_DIR/test-functions -QEMU_TIMEOUT=180 +QEMU_TIMEOUT=300 test_setup() { create_empty_image_rootdir