diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2019-12-12 13:37:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-12-12 19:42:04 +0100 |
commit | eae1ef076d6b84e25c68ba543705f3fc1e07bd2c (patch) | |
tree | 380c59f87a2008be97fc937aed71f89172b63cf2 /test/TEST-09-ISSUE-2691/test.sh | |
parent | 679ecd3616345ae3ea1791af747546ae583d0cb8 (diff) | |
download | systemd-eae1ef076d6b84e25c68ba543705f3fc1e07bd2c.tar.gz |
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 <christian.ehrhardt@canonical.com>
Diffstat (limited to 'test/TEST-09-ISSUE-2691/test.sh')
-rwxr-xr-x | test/TEST-09-ISSUE-2691/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |