tests/avocado: push default timeout to QemuBaseTest
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 22 Aug 2022 16:56:03 +0000 (17:56 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 24 Aug 2022 09:14:42 +0000 (10:14 +0100)
commit48acf68cfe08496284fb12bf598721dea82d74a9
treeee02890f0853bcd8885201d762c1a7e76daa4cb3
parenta8cc5842b5cb863e46a2d009151c6ccbdecadaba
tests/avocado: push default timeout to QemuBaseTest

All of the QEMU tests eventually end up derrived from this class. Move
the default timeout from LinuxTest to ensure we catch them all. We
keep the 15 minute timeout as currently some of the more heavyweight
CFI and TCG tests can overrun. We should aim to drop it down to 2
minutes which is a more reasonable target for tests to aim for but we
want to get this release out.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
[AJB: revert to 15 min timeout for v2]
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220822165608.2980552-2-alex.bennee@linaro.org>
tests/avocado/avocado_qemu/__init__.py