diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-11-21 14:07:48 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-12-05 10:55:41 +0100 |
commit | b6e3cb463d2515ac9efc28346776a3ccbd7a0802 (patch) | |
tree | 574f751077ce5f7e943953c0827f7a68ed0469e7 | |
parent | 90116bf1beac765b6119885b113faa29203a33e6 (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.c | 2 |
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); |