From: Thomas Huth Date: Wed, 27 Jan 2021 06:52:22 +0000 (+0100) Subject: tests/acceptance: Increase the timeout in the replay tests X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=36a7ab5f04be1d7485b93e0b76eb0ccc5af81248;p=qemu.git tests/acceptance: Increase the timeout in the replay tests Our gitlab-CI just showed a failed test_ppc_mac99 since it was apparently killed some few seconds before the test finished. Allow it some more time to complete. Signed-off-by: Thomas Huth Reviewed-by: Wainer dos Santos Moschetta Acked-by: Pavel Dovgalyuk Signed-off-by: Alex Bennée Message-Id: <20210127065222.48650-1-thuth@redhat.com> --- diff --git a/tests/acceptance/replay_kernel.py b/tests/acceptance/replay_kernel.py index 772633b01d..c1cb862468 100644 --- a/tests/acceptance/replay_kernel.py +++ b/tests/acceptance/replay_kernel.py @@ -31,7 +31,7 @@ class ReplayKernelBase(LinuxKernelTest): terminates. """ - timeout = 90 + timeout = 120 KERNEL_COMMON_COMMAND_LINE = 'printk.time=1 panic=-1 ' def run_vm(self, kernel_path, kernel_command_line, console_pattern,