Skip to content

Commit 48c20af

Browse files
mbieblevverx
authored andcommitted
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.
1 parent 4d7293f commit 48c20af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2691"
66
TEST_NO_NSPAWN=1
77

88
. $TEST_BASE_DIR/test-functions
9-
QEMU_TIMEOUT=90
9+
QEMU_TIMEOUT=180
1010

1111
test_setup() {
1212
create_empty_image
@@ -31,7 +31,7 @@ Type=oneshot
3131
ExecStart=/bin/sh -c '>/testok'
3232
RemainAfterExit=yes
3333
ExecStop=/bin/sh -c 'kill -SEGV $$$$'
34-
TimeoutStopSec=180s
34+
TimeoutStopSec=270s
3535
EOF
3636

3737
setup_testsuite

0 commit comments

Comments
 (0)