From: Alex Bennée Date: Wed, 14 Sep 2022 15:59:27 +0000 (+0100) Subject: tests/avocado: reduce the default timeout to 120s X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8f58f0c7d9389083695237d8f477771df9c51e48;p=qemu.git tests/avocado: reduce the default timeout to 120s We should be aiming to keep our tests under 2 minutes so lets reduce the default timeout to that. Tests that we know take longer should explicitly set a longer timeout. Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson Message-Id: <20220914155950.804707-8-alex.bennee@linaro.org> --- diff --git a/tests/avocado/avocado_qemu/__init__.py b/tests/avocado/avocado_qemu/__init__.py index 5f1d3e551c..910f3ba1ea 100644 --- a/tests/avocado/avocado_qemu/__init__.py +++ b/tests/avocado/avocado_qemu/__init__.py @@ -229,7 +229,7 @@ def exec_command_and_wait_for_pattern(test, command, class QemuBaseTest(avocado.Test): # default timeout for all tests, can be overridden - timeout = 900 + timeout = 120 def _get_unique_tag_val(self, tag_name): """