stk: change timeout from 10 to 3mintues

This commit is contained in:
Jeevaka Badrappan 2011-01-21 10:04:25 -08:00 committed by Denis Kenzior
parent bbfc5aa75d
commit f49f0ad0cd
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}