aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mm-bearer-mbim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-bearer-mbim.c b/src/mm-bearer-mbim.c
index 4535018b..f7c721b6 100644
--- a/src/mm-bearer-mbim.c
+++ b/src/mm-bearer-mbim.c
@@ -851,7 +851,7 @@ connect_context_step (GTask *task)
mbim_device_command (ctx->device,
message,
- 30,
+ 60,
NULL,
(GAsyncReadyCallback)ensure_disconnected_ready,
task);
@@ -1254,7 +1254,7 @@ disconnect_context_step (GTask *task)
mbim_device_command (ctx->device,
message,
- 30,
+ 60,
NULL,
(GAsyncReadyCallback)disconnect_set_ready,
task);