|
From: | Kevin Wolf |
Subject: | Re: [PATCH] tests/qemu-iotests: Bump timeout of iothreads-stream test |
Date: | Thu, 25 Jan 2024 17:49:58 +0100 |
Am 24.01.2024 um 14:35 hat Saif Abrar geschrieben: > Current value of timeout=0.1 is sometimes too tight. > Bump timeout to 0.3 to avoid test failures. > > Signed-off-by: Saif Abrar <saif.abrar@linux.vnet.ibm.com> This is not the real problem. The real problem is that the timeout makes the test fail because we're catching the wrong TimeoutError class. What it really should do is issue another query-jobs and go back to waiting. I actually sent a patch earlier today to fix this: https://lists.gnu.org/archive/html/qemu-block/2024-01/msg00353.html Kevin
[Prev in Thread] | Current Thread | [Next in Thread] |