Re: [PATCH net] selftests/net/lib: update busywait timeout value

2024-01-23 Thread Paolo Abeni
On Mon, 2024-01-22 at 17:05 +0800, Hangbin Liu wrote: > The busywait timeout value is a millisecond, not a second. So the > current setting 2 is meaningless. Let's copy the WAIT_TIMEOUT from > forwarding/lib.sh and set a BUSYWAIT_TIMEOUT here. > > Signed-off-by: Hangbin Liu > --- > Not sure if th

[PATCH net] selftests/net/lib: update busywait timeout value

2024-01-22 Thread Hangbin Liu
The busywait timeout value is a millisecond, not a second. So the current setting 2 is meaningless. Let's copy the WAIT_TIMEOUT from forwarding/lib.sh and set a BUSYWAIT_TIMEOUT here. Signed-off-by: Hangbin Liu --- Not sure if the default WAIT_TIMEOUT 20s is too large. But since we usually don't