mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-04 16:57:57 +00:00
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>
This commit is contained in:
parent
92f8e8e2fe
commit
8f58f0c7d9
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue