OSDN Git Service

tests/acceptance: Increase the timeout in the replay tests
authorThomas Huth <thuth@redhat.com>
Wed, 27 Jan 2021 06:52:22 +0000 (07:52 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Feb 2021 09:40:51 +0000 (09:40 +0000)
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 <thuth@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Acked-by: Pavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210127065222.48650-1-thuth@redhat.com>

tests/acceptance/replay_kernel.py

index 772633b..c1cb862 100644 (file)
@@ -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,