aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mm-port-mbim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-mbim.c b/src/mm-port-mbim.c
index 02ed636f..695412a2 100644
--- a/src/mm-port-mbim.c
+++ b/src/mm-port-mbim.c
@@ -593,7 +593,7 @@ mbim_device_new_ready (GObject *unused,
/* Now open the MBIM device */
mbim_device_open_full (self->priv->mbim_device,
MBIM_DEVICE_OPEN_FLAGS_PROXY,
- 30,
+ 45,
g_task_get_cancellable (task),
(GAsyncReadyCallback)mbim_device_open_ready,
task);