From 48c20af38ef01a79aff50d679e35ecc906846121 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 25 Jul 2018 13:58:00 +0200 Subject: [PATCH] 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. --- test/TEST-09-ISSUE-2691/test.sh | 4 ++-- 1 file 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