]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Increase qemu timeout from 90s to 180s
authorMichael Biebl <biebl@debian.org>
Wed, 25 Jul 2018 11:58:00 +0000 (13:58 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 27 Jul 2018 11:35:26 +0000 (14:35 +0300)
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.

test/TEST-09-ISSUE-2691/test.sh

index 9b5990bc608efb00089e4780be4ac1c0f1f9c700..40eac300764e96c221fd0213c32f2bcff1a18736 100755 (executable)
@@ -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