diff options
-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 |