ubus: increase the timeout to 5 seconds

This commit is contained in:
Amin Ben Ramdhane 2020-12-15 09:47:09 +01:00
parent b7134b4d7f
commit 80839e0903

View file

@ -34,7 +34,7 @@ struct dm_ubus_req {
static struct blob_buf b;
static struct ubus_context *ubus_ctx;
static int timeout = 1000;
static int timeout = 5000;
static json_object *json_res = NULL;
static char ubus_method[32] = {0};
static bool ubus_method_exists = false;