tests/avocado/machine_aspeed.py: Increase timeout for TPM test
authorCédric Le Goater <clg@redhat.com>
Mon, 22 Jul 2024 08:55:47 +0000 (10:55 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 22 Jul 2024 11:56:11 +0000 (13:56 +0200)
On some runners, test_arm_ast2600_evb_buildroot_tpm can take longer
than 90s to complete. Increase timeout for these.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Message-ID: <20240722085547.90650-1-clg@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/machine_aspeed.py

index 29e6b388a9fd709c757ab0c5442a1c314ebaded3..f8e263d37ea9a337085bf6e7e4a3e4fdc41df177 100644 (file)
@@ -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,