aboutsummaryrefslogtreecommitdiff
path: root/src/mm-sms-qmi.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-13 07:45:17 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-14 07:05:26 +0200
commit861266777693162fdfeb54a3e1094ab05f0d3c4d (patch)
tree7fd0e49a8e93d8705840f3ef3822a3c528101e1f /src/mm-sms-qmi.c
parentf6832d72cf386eb495c5d2b988d24c1a963f71d6 (diff)
sms,sms-qmi: update timeout when sending an SMS to 30s
Diffstat (limited to 'src/mm-sms-qmi.c')
-rw-r--r--src/mm-sms-qmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-sms-qmi.c b/src/mm-sms-qmi.c
index 278a0040..afa307f8 100644
--- a/src/mm-sms-qmi.c
+++ b/src/mm-sms-qmi.c
@@ -340,7 +340,7 @@ sms_send_generic (SmsSendContext *ctx)
qmi_client_wms_raw_send (ctx->client,
input,
- 5,
+ 30,
NULL,
(GAsyncReadyCallback)send_generic_ready,
ctx);
@@ -439,7 +439,7 @@ sms_send_from_storage (SmsSendContext *ctx)
qmi_client_wms_send_from_memory_storage (
ctx->client,
input,
- 5,
+ 30,
NULL,
(GAsyncReadyCallback)send_from_storage_ready,
ctx);