diff options
author | Michael Biebl <biebl@debian.org> | 2018-07-25 13:58:00 +0200 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2018-07-27 13:35:26 +0200 |
commit | 48c20af38ef01a79aff50d679e35ecc906846121 (patch) | |
tree | a5b0dbe257d8773e4bbcf797cdf780b62957eaf0 /test/TEST-09-ISSUE-2691/test.sh | |
parent | Merge pull request #9726 from dkozovsk/master (diff) | |
download | systemd-48c20af38ef01a79aff50d679e35ecc906846121.tar.xz systemd-48c20af38ef01a79aff50d679e35ecc906846121.zip |
test: Increase qemu timeout from 90s to 180s
The usage of an initrd made TEST-09-ISSUE-2691 more likely to fail with
a timeout, so increase the timeout by 90s and adjust TimeoutStopSec=
accordingly.
Diffstat (limited to '')
-rwxr-xr-x | test/TEST-09-ISSUE-2691/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-09-ISSUE-2691/test.sh b/test/TEST-09-ISSUE-2691/test.sh index 9b5990bc60..40eac30076 100755 --- a/test/TEST-09-ISSUE-2691/test.sh +++ b/test/TEST-09-ISSUE-2691/test.sh @@ -6,7 +6,7 @@ TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2691" TEST_NO_NSPAWN=1 . $TEST_BASE_DIR/test-functions -QEMU_TIMEOUT=90 +QEMU_TIMEOUT=180 test_setup() { create_empty_image @@ -31,7 +31,7 @@ Type=oneshot ExecStart=/bin/sh -c '>/testok' RemainAfterExit=yes ExecStop=/bin/sh -c 'kill -SEGV $$$$' -TimeoutStopSec=180s +TimeoutStopSec=270s EOF setup_testsuite |