From: Jakub Kicinski Date: Fri, 21 Nov 2025 04:02:59 +0000 (-0800) Subject: selftests: hw-net: toeplitz: give the test up to 4 seconds X-Git-Tag: v6.19-rc1~170^2~93^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5aadc155849eb85d799604939fd9e9024b7392a3;p=thirdparty%2Fkernel%2Flinux.git selftests: hw-net: toeplitz: give the test up to 4 seconds Increase the receiver timeout. When running between machines in different geographic regions the test needs more than a second to SSH across and send the frames. The bkg() command that runs the receiver defaults to 5 sec timeout, so using 4 sec sounds like a reasonable value for the receiver itself. Reviewed-by: Willem de Bruijn Link: https://patch.msgid.link/20251121040259.3647749-6-kuba@kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/tools/testing/selftests/drivers/net/hw/toeplitz.py b/tools/testing/selftests/drivers/net/hw/toeplitz.py index 945c58d23310c..d2db5ee9e3586 100755 --- a/tools/testing/selftests/drivers/net/hw/toeplitz.py +++ b/tools/testing/selftests/drivers/net/hw/toeplitz.py @@ -166,7 +166,7 @@ def test(cfg, proto_flag, ipver, grp): proto_flag, "-d", str(port), "-i", cfg.ifname, - "-T", "1000", + "-T", "4000", "-s", "-v" ]