From f49f0ad0cd6a03aae128e97d684617d4abed0817 Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Fri, 21 Jan 2011 10:04:25 -0800 Subject: [PATCH] stk: change timeout from 10 to 3mintues --- src/stk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stk.c b/src/stk.c index 80edc250..29d20876 100644 --- a/src/stk.c +++ b/src/stk.c @@ -2839,7 +2839,7 @@ void ofono_stk_register(struct ofono_stk *stk) __ofono_atom_register(stk->atom, stk_unregister); - stk->timeout = 600; /* 10 minutes */ + stk->timeout = 180; /* 3 minutes */ stk->short_timeout = 20; /* 20 seconds */ stk->envelope_q = g_queue_new(); }