From 57d9cc3c4aa9eaa78ec049c54d08f5b9ecc46253 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 5 May 2010 12:53:20 -0700 Subject: [PATCH] bt: increase DUN modem find timeout a bit --- src/nm-device-bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-device-bt.c b/src/nm-device-bt.c index 7d9c952ea8..ecdd7400f9 100644 --- a/src/nm-device-bt.c +++ b/src/nm-device-bt.c @@ -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.",