mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 20:19:44 +00:00
tests/boot_linux_console: increase timeout
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 <alex.bennee@linaro.org> Signed-off-by: Cleber Rosa <crosa@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20190312171824.5134-11-crosa@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
b50fcd39ba
commit
61f7450662
@ -19,7 +19,7 @@ class BootLinuxConsole(Test):
|
||||
kernel command line is properly passed from QEMU to the kernel
|
||||
"""
|
||||
|
||||
timeout = 60
|
||||
timeout = 90
|
||||
|
||||
KERNEL_COMMON_COMMAND_LINE = 'printk.time=0 '
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user