Skip to content

Commit

Permalink
tests/acceptance: Increase the timeout in the replay tests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
huth authored and stsquad committed Feb 8, 2021
1 parent 5b19cb6 commit 36a7ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/replay_kernel.py
Expand Up @@ -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,
Expand Down

0 comments on commit 36a7ab5

Please sign in to comment.