diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-09-14 16:59:24 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-09-20 15:14:59 +0100 |
commit | 06a4c9cf2447578bea2e464daaf17c80c40f212b (patch) | |
tree | e728c3296a22debe25673a7bb8532b1228d07590 /tests/avocado/boot_linux.py | |
parent | c7f059ac112d5efe939a9d131442a8b019677a50 (diff) | |
download | qemu-06a4c9cf2447578bea2e464daaf17c80c40f212b.zip qemu-06a4c9cf2447578bea2e464daaf17c80c40f212b.tar.gz qemu-06a4c9cf2447578bea2e464daaf17c80c40f212b.tar.bz2 |
tests/avocado: add explicit timeout for s390 TCG tests
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>
Diffstat (limited to 'tests/avocado/boot_linux.py')
-rw-r--r-- | tests/avocado/boot_linux.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py index 67a24fe..4f07c27 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): """ |