Re: [PATCH] tests/qemu-iotests: Bump timeout of iothreads-stream test

2024-01-25 Thread Kevin Wolf
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 This is not the real problem. The real problem is that the timeout makes the test fail because we're catching the

[PATCH] tests/qemu-iotests: Bump timeout of iothreads-stream test

2024-01-24 Thread Saif Abrar
Current value of timeout=0.1 is sometimes too tight. Bump timeout to 0.3 to avoid test failures. Signed-off-by: Saif Abrar --- tests/qemu-iotests/tests/iothreads-stream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/tests/iothreads-stream b/tests/qemu-iot