aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2022-09-14 16:59:27 +0100
committerAlex Bennée <alex.bennee@linaro.org>2022-09-20 16:27:04 +0100
commit8f58f0c7d9389083695237d8f477771df9c51e48 (patch)
tree6a98a2fb22026fab284d6e00077ca8eb238bba24 /tests/avocado
parent92f8e8e2fe3adcbbfaa6ee93591e7e7a3a896b08 (diff)
downloadqemu-8f58f0c7d9389083695237d8f477771df9c51e48.zip
qemu-8f58f0c7d9389083695237d8f477771df9c51e48.tar.gz
qemu-8f58f0c7d9389083695237d8f477771df9c51e48.tar.bz2
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 <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220914155950.804707-8-alex.bennee@linaro.org>
Diffstat (limited to 'tests/avocado')
-rw-r--r--tests/avocado/avocado_qemu/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/avocado/avocado_qemu/__init__.py b/tests/avocado/avocado_qemu/__init__.py
index 5f1d3e5..910f3ba 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):
"""