Commit 5aadc155 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

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: default avatarWillem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20251121040259.3647749-6-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent c0105ffc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
    ]