qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 04/30] tests/avocado: add explicit timeout for s390 TCG te


From: Thomas Huth
Subject: Re: [PATCH v2 04/30] tests/avocado: add explicit timeout for s390 TCG tests
Date: Wed, 14 Sep 2022 21:29:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0

On 14/09/2022 16.59, Alex Bennée wrote:
We don't want to rely on the soon to be reduced default time. These
tests are still slow for something we want to run in CI though.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  tests/avocado/boot_linux.py | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py
index 67a24fe51c..4f07c27ac6 100644
--- a/tests/avocado/boot_linux.py
+++ b/tests/avocado/boot_linux.py
@@ -130,6 +130,8 @@ class BootLinuxS390X(LinuxTest):
      :avocado: tags=arch:s390x
      """
+ timeout = 240
+
      @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
      def test_s390_ccw_virtio_tcg(self):
          """

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]