Re: [PATCH] tests/functional: Bump the timeout of the sh4_tuxrun test

2024-12-04 Thread Daniel P . Berrangé
On Wed, Dec 04, 2024 at 08:07:57AM +0100, Thomas Huth wrote: > When running "make -j$(nproc) check SPEED=thorough", the sh4_tuxrun > test is timing out for me, and using TIMEOUT_MULTIPLIER I can see > that it clearly takes more than 100 seconds to finish. Thus increase > the timeout setting of this

[PATCH] tests/functional: Bump the timeout of the sh4_tuxrun test

2024-12-03 Thread Thomas Huth
When running "make -j$(nproc) check SPEED=thorough", the sh4_tuxrun test is timing out for me, and using TIMEOUT_MULTIPLIER I can see that it clearly takes more than 100 seconds to finish. Thus increase the timeout setting of this test to avoid the problem. Signed-off-by: Thomas Huth --- tests/f