mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-15 18:50:18 +01:00
bt: increase DUN modem find timeout a bit
This commit is contained in:
parent
e2f848c2d9
commit
57d9cc3c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ check_connect_continue (NMDeviceBt *self)
|
|||
nm_device_activate_schedule_stage3_ip_config_start (device);
|
||||
} else if (dun) {
|
||||
/* Wait for ModemManager to find the modem */
|
||||
priv->timeout_id = g_timeout_add_seconds (20, modem_find_timeout, self);
|
||||
priv->timeout_id = g_timeout_add_seconds (30, modem_find_timeout, self);
|
||||
|
||||
nm_log_info (LOGD_BT | LOGD_MB, "Activation (%s/bluetooth) Stage 2 of 5 (Device Configure) "
|
||||
"waiting for modem to appear.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue