On 06/11/2024 19.04, Daniel P. Berrangé wrote:
On Wed, Nov 06, 2024 at 06:09:46PM +0100, Thomas Huth wrote:
When building QEMU with "--enable-debug" and running the tests
in parallel with "make -j$(nproc) check-functional", many tests are
still timing out due to our conservative timeout settings. Bump
the timeouts of the problematic tests and also increase the default
timeout to 90 seconds (from 60 seconds) to be on the safe side.
Rather than tweak individual tests, how about we just apply
a uniform x3 multiplier when --enable-debug is present,
including on all the non-listed tests which have the default
timeout?
That might be helpful, could you suggest a patch?
Anyway, I think we still should include this patch here since some people
also still might have older, slower computers, so it would be good to have
some relaxed timeout for certain tests anyway.
Thomas