ratelimit: increase the wait timeout

The timeout of 75s was a little to shart and would sometimes cause
5G interfaces to not enable ratelimit correctly. Increasing the
timeout to 120s makes the flow more reliable.

Fixes: WIFI-5701
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2021-11-18 11:09:11 +01:00
parent 3de5c91e6c
commit 002880c3fa

View File

@@ -151,7 +151,7 @@ addiface() {
waitiface() {
local iface=$1
ubus -t 75 wait_for hostapd.$1
ubus -t 120 wait_for hostapd.$1
[ $? -eq 0 ] || exit 0