summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/boot_linux_console.py
diff options
context:
space:
mode:
authorCleber Rosa2019-03-12 18:18:14 +0100
committerEduardo Habkost2019-05-03 02:33:26 +0200
commit61f74506623186f076233dc5d5a8d92f4f8235dd (patch)
tree2bb5e399da0e13efa7d9ee90757dfbecb1754116 /tests/acceptance/boot_linux_console.py
parenttests/boot_linux_console: add common kernel command line options (diff)
downloadqemu-61f74506623186f076233dc5d5a8d92f4f8235dd.tar.gz
qemu-61f74506623186f076233dc5d5a8d92f4f8235dd.tar.xz
qemu-61f74506623186f076233dc5d5a8d92f4f8235dd.zip
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>
Diffstat (limited to 'tests/acceptance/boot_linux_console.py')
-rw-r--r--tests/acceptance/boot_linux_console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py
index a94f5cd2c8..bfcae3771b 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -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 '