diff options
-rw-r--r-- | src/mm-port-qmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-qmi.c b/src/mm-port-qmi.c index 2fc72c65..c74a87b5 100644 --- a/src/mm-port-qmi.c +++ b/src/mm-port-qmi.c @@ -2223,7 +2223,7 @@ port_open_step (GTask *task) mm_obj_dbg (self, "Opening device with flags: %s...", open_flags_str); qmi_device_open (ctx->device, open_flags, - 25, + 45, g_task_get_cancellable (task), (GAsyncReadyCallback) qmi_device_open_first_ready, task); |