aboutsummaryrefslogtreecommitdiff
path: root/src/mm-sms-qmi.c
diff options
context:
space:
mode:
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);