aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-11-21 14:07:48 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-12-05 10:55:41 +0100
commitb6e3cb463d2515ac9efc28346776a3ccbd7a0802 (patch)
tree574f751077ce5f7e943953c0827f7a68ed0469e7
parent90116bf1beac765b6119885b113faa29203a33e6 (diff)
hso: use a 60s timeout to wait for connection unsolicited messages
Same amount of time as in the Icera plugin.
-rw-r--r--plugins/option/mm-broadband-bearer-hso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/option/mm-broadband-bearer-hso.c b/plugins/option/mm-broadband-bearer-hso.c
index 429a11ed..2e2b9364 100644
--- a/plugins/option/mm-broadband-bearer-hso.c
+++ b/plugins/option/mm-broadband-bearer-hso.c
@@ -433,7 +433,7 @@ activate_ready (MMBaseModem *modem,
* Reports of modem being connected will arrive via unsolicited messages.
* This timeout should be long enough. Actually... ideally should never get
* reached. */
- self->priv->connect_pending_id = g_timeout_add_seconds (30,
+ self->priv->connect_pending_id = g_timeout_add_seconds (60,
(GSourceFunc)connect_timed_out_cb,
self);