aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-01-03 12:38:01 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-01-03 12:38:01 +0100
commit0ddbbaab17023bf83a6566c4ef57c2fcfc8b8cf0 (patch)
treeb1a3ce63097981fe93828349f6be6a44c8df5973
parent496f298832a8269204e11662d20d3feaebba0739 (diff)
sms-mbim: increase timeout when sending SMS part to 30s
Aligned to the value used also in QMI, and likely a much better value than the original 10s. See: http://lists.freedesktop.org/archives/libmbim-devel/2013-December/000079.html
-rw-r--r--src/mm-sms-mbim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-sms-mbim.c b/src/mm-sms-mbim.c
index 436f5b5e..6a26ddc7 100644
--- a/src/mm-sms-mbim.c
+++ b/src/mm-sms-mbim.c
@@ -171,7 +171,7 @@ sms_send_next_part (SmsSendContext *ctx)
NULL);
mbim_device_command (ctx->device,
message,
- 10,
+ 30,
NULL,
(GAsyncReadyCallback)sms_send_set_ready,
ctx);