[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v2 11/20] Boot Linux Console Test: increase timeout
From: |
Cleber Rosa |
Subject: |
[qemu-s390x] [PATCH v2 11/20] Boot Linux Console Test: increase timeout |
Date: |
Fri, 1 Feb 2019 19:56:01 -0500 |
When running on very low powered environments, some tests may time out
causing false negatives. As a conservative change, and for
considering that human time (investigating false negatives) is worth
more than some extra machine cycles (and time), let's increase the
overall timeout.
CC: Alex Bennée <address@hidden>
Signed-off-by: Cleber Rosa <address@hidden>
---
tests/acceptance/boot_linux_console.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/acceptance/boot_linux_console.py
b/tests/acceptance/boot_linux_console.py
index cc5dcd7373..fa721a7355 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -21,7 +21,7 @@ class BootLinuxConsole(Test):
:avocado: enable
"""
- timeout = 60
+ timeout = 90
KERNEL_COMMON_COMMAND_LINE = 'printk.time=0 '
--
2.20.1
- Re: [qemu-s390x] [PATCH v2 05/20] Acceptance tests: introduce arch parameter and attribute, (continued)
[qemu-s390x] [PATCH v2 20/20] Boot Linux Console Test: add a test for alpha + clipper, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 10/20] Boot Linux Console Test: add common kernel command line options, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 01/20] scripts/qemu.py: log QEMU launch command line, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 12/20] Boot Linux Console Test: refactor the console watcher into utility method, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 09/20] Boot Linux Console Test: update the x86_64 kernel, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 11/20] Boot Linux Console Test: increase timeout,
Cleber Rosa <=
[qemu-s390x] [PATCH v2 13/20] scripts/qemu.py: support adding a console with the default serial device, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 08/20] Boot Linux Console Test: rename the x86_64 after the arch and machine, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 18/20] Boot Linux Console Test: add a test for arm + virt, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 06/20] Acceptance tests: use "arch:" tag to filter target specific tests, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 19/20] Boot Linux Console Test: add a test for s390x + s390-ccw-virtio, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 15/20] Boot Linux Console Test: add a test for mips64el + malta, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 14/20] Boot Linux Console Test: add a test for mips + malta, Cleber Rosa, 2019/02/01
Re: [qemu-s390x] [Qemu-devel] [PATCH v2 00/20] Acceptance Tests: target architecture support, no-reply, 2019/02/02
Re: [qemu-s390x] [Qemu-devel] [PATCH v2 00/20] Acceptance Tests: target architecture support, no-reply, 2019/02/02