Re: [PATCH net] selftests: netconsole: Increase port listening timeout
From: Simon Horman
Date: Thu Feb 12 2026 - 10:03:49 EST
On Mon, Feb 09, 2026 at 04:59:36PM -0800, Pin-yen Lin wrote:
> wait_for_port() can wait up to 2 seconds with the sleep and the polling
> in wait_local_port_listen() combined. So, in netcons_basic.sh, the socat
> process could die before the test writes to the netconsole.
>
> Increase the timeout to 3 seconds to make netcons_basic.sh pass
> consistently.
>
> Fixes: 3dc6c76391cb ("selftests: net: Add IPv6 support to netconsole basic tests")
> Signed-off-by: Pin-yen Lin <treapking@xxxxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>