aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 28b1afc4..4b85ac36 100644
--- a/src/mm-port-mbim.c
+++ b/src/mm-port-mbim.c
@@ -111,7 +111,7 @@ mbim_device_new_ready (GObject *unused,
/* Now open the MBIM device */
mbim_device_open (ctx->self->priv->mbim_device,
- 10,
+ 30,
ctx->cancellable,
(GAsyncReadyCallback)mbim_device_open_ready,
ctx);