From 1704f6e727b3f9869ed9181b3abcd583288ca1f9 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 9 Sep 2010 19:46:00 +0200 Subject: [PATCH] Extend the D-Bus timeout for slow modems --- plugins/ofono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ofono.c b/plugins/ofono.c index 162e11c..4bdfd98 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -54,7 +54,7 @@ #define CONTEXT_REMOVED "ContextRemoved" #define ADD_CONTEXT "AddContext" -#define TIMEOUT 5000 +#define TIMEOUT 40000 #define CONTEXT_NAME "3G Connection" #define CONTEXT_TYPE "internet" -- 2.7.4