From: Michael Biebl Date: Wed, 25 Jul 2018 11:58:00 +0000 (+0200) Subject: test: Increase qemu timeout from 90s to 180s X-Git-Tag: v240~883 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48c20af38ef01a79aff50d679e35ecc906846121;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/TEST-09-ISSUE-2691/test.sh b/test/TEST-09-ISSUE-2691/test.sh index 9b5990bc608..40eac300764 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