Skip to content
Snippets Groups Projects
Commit 8f58f0c7 authored by Alex Bennée's avatar Alex Bennée
Browse files

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: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Message-Id: <20220914155950.804707-8-alex.bennee@linaro.org>
parent 92f8e8e2
No related branches found
No related tags found
No related merge requests found
......@@ -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):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment