diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-sms-mbim.c | 2 |
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); |