mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-27 17:37:17 +01:00
Increase ubus timeout to 5s for sync calls
This commit is contained in:
parent
1c417534a8
commit
2976fdda4a
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ void run_sync_call(const char *ubus_obj, const char *ubus_method, struct blob_at
|
|||
BBFDM_FREE(json_str);
|
||||
}
|
||||
|
||||
BBFDM_UBUS_INVOKE_SYNC(ubus_obj, ubus_method, req_buf.head, 2000, sync_callback, bb_response);
|
||||
BBFDM_UBUS_INVOKE_SYNC(ubus_obj, ubus_method, req_buf.head, 5000, sync_callback, bb_response);
|
||||
|
||||
blob_buf_free(&req_buf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue