Message ID | 20240722085547.90650-1-clg@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | tests/avocado/machine_aspeed.py: Increase timeout for TPM test | expand |
On 22/07/2024 10.55, Cédric Le Goater wrote: > 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> > --- > tests/avocado/machine_aspeed.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/avocado/machine_aspeed.py b/tests/avocado/machine_aspeed.py > index 29e6b388a9fd..f8e263d37ea9 100644 > --- a/tests/avocado/machine_aspeed.py > +++ b/tests/avocado/machine_aspeed.py > @@ -87,7 +87,7 @@ def test_ast1030_zephyros_1_07(self): > > class AST2x00Machine(QemuSystemTest): > > - timeout = 90 > + timeout = 180 > > def wait_for_console_pattern(self, success_message, vm=None): > wait_for_console_pattern(self, success_message, Reviewed-by: Thomas Huth <thuth@redhat.com> Thanks, I'll queue it!
diff --git a/tests/avocado/machine_aspeed.py b/tests/avocado/machine_aspeed.py index 29e6b388a9fd..f8e263d37ea9 100644 --- a/tests/avocado/machine_aspeed.py +++ b/tests/avocado/machine_aspeed.py @@ -87,7 +87,7 @@ def test_ast1030_zephyros_1_07(self): class AST2x00Machine(QemuSystemTest): - timeout = 90 + timeout = 180 def wait_for_console_pattern(self, success_message, vm=None): wait_for_console_pattern(self, success_message,
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> --- tests/avocado/machine_aspeed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)