tests/avocado: add explicit timeout for s390 TCG tests
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 14 Sep 2022 15:59:24 +0000 (16:59 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 20 Sep 2022 14:14:59 +0000 (15:14 +0100)
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>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220914155950.804707-5-alex.bennee@linaro.org>

tests/avocado/boot_linux.py

index 67a24fe51c12cdbb6f15245861015f2f9132dc49..4f07c27ac66c6d09e29359e9a3728d1044eb0a71 100644 (file)
@@ -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):
         """