From 74eb6f96ab58c6e36407205a076d50e261cbf92c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 19 Dec 2022 13:01:49 +0100 Subject: [PATCH] atfpolicy: reduce ubus_wait timeout to 2s Signed-off-by: John Crispin --- feeds/ucentral/atfpolicy/files/atfpolicy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/ucentral/atfpolicy/files/atfpolicy.init b/feeds/ucentral/atfpolicy/files/atfpolicy.init index 498ad7118..89113eb10 100644 --- a/feeds/ucentral/atfpolicy/files/atfpolicy.init +++ b/feeds/ucentral/atfpolicy/files/atfpolicy.init @@ -52,6 +52,6 @@ start_service() { } service_started() { - ubus -t 10 wait_for atfpolicy + ubus -t 2 wait_for atfpolicy [ $? = 0 ] && reload_service }