[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 2/3] tests/avocado: add timeout to the aspeed tests
From: |
Peter Maydell |
Subject: |
Re: [PULL 2/3] tests/avocado: add timeout to the aspeed tests |
Date: |
Tue, 16 Aug 2022 13:32:53 +0100 |
On Tue, 16 Aug 2022 at 13:26, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> On some systems the test can hang. At least defining a timeout stops
> it from hanging forever.
Aha. Yeah, I've seen this test hang forever sometimes.
Is there some place (in the superclass??) that we can put a
default timeout that applies to *all* avocado tests, so we
don't have the risk of forgetting it in a particular test?
-- PMM