selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integer
[platform/kernel/linux-starfive.git] / tools / testing / selftests / drivers / net / mlxsw / qos_mc_aware.sh
index 24dd8ed..b025dae 100755 (executable)
@@ -300,7 +300,7 @@ test_uc_aware()
        local i
 
        for ((i = 0; i < attempts; ++i)); do
-               if $ARPING -c 1 -I $h1 -b 192.0.2.66 -q -w 0.1; then
+               if $ARPING -c 1 -I $h1 -b 192.0.2.66 -q -w 1; then
                        ((passes++))
                fi