From: Cédric Le Goater Date: Mon, 22 Jul 2024 08:55:47 +0000 (+0200) Subject: tests/avocado/machine_aspeed.py: Increase timeout for TPM test X-Git-Tag: v9.1.0-rc0~22^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bde5bb2adcecb8e67e2c0661efc405fbf74e496;p=thirdparty%2Fqemu.git tests/avocado/machine_aspeed.py: Increase timeout for TPM test On some runners, test_arm_ast2600_evb_buildroot_tpm can take longer than 90s to complete. Increase timeout for these. Reported-by: Thomas Huth Signed-off-by: Cédric Le Goater Message-ID: <20240722085547.90650-1-clg@redhat.com> Signed-off-by: Thomas Huth --- diff --git a/tests/avocado/machine_aspeed.py b/tests/avocado/machine_aspeed.py index 29e6b388a9f..f8e263d37ea 100644 --- a/tests/avocado/machine_aspeed.py +++ b/tests/avocado/machine_aspeed.py @@ -87,7 +87,7 @@ class AST1030Machine(QemuSystemTest): class AST2x00Machine(QemuSystemTest): - timeout = 90 + timeout = 180 def wait_for_console_pattern(self, success_message, vm=None): wait_for_console_pattern(self, success_message,