diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-09-14 16:59:23 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-09-20 15:14:59 +0100 |
commit | c7f059ac112d5efe939a9d131442a8b019677a50 (patch) | |
tree | 6a6aacce6eb5673652e82b90059e7b609061a47e /tests/avocado | |
parent | 7fcc3f759536b9a6e07d979e73b81ccdc4751c01 (diff) | |
download | qemu-c7f059ac112d5efe939a9d131442a8b019677a50.zip qemu-c7f059ac112d5efe939a9d131442a8b019677a50.tar.gz qemu-c7f059ac112d5efe939a9d131442a8b019677a50.tar.bz2 |
tests/avocado: add explicit timeout for Aarch64 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: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220914155950.804707-4-alex.bennee@linaro.org>
Diffstat (limited to 'tests/avocado')
-rw-r--r-- | tests/avocado/boot_linux.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py index ee584d2..67a24fe 100644 --- a/tests/avocado/boot_linux.py +++ b/tests/avocado/boot_linux.py @@ -63,6 +63,7 @@ class BootLinuxAarch64(LinuxTest): :avocado: tags=machine:virt :avocado: tags=machine:gic-version=2 """ + timeout = 240 def add_common_args(self): self.vm.add_args('-bios', |