diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-21 06:07:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-21 06:07:59 +0800 |
commit | ccc74517d3c44fbf38941cd99889d361864c5212 (patch) | |
tree | 5686891b762e16f82ac49df1f765cc695c6325e1 /camel | |
parent | 164f4653dd98cd41fc7e3dd64b09145dec04bed8 (diff) | |
download | gsoc2013-evolution-ccc74517d3c44fbf38941cd99889d361864c5212.tar.gz gsoc2013-evolution-ccc74517d3c44fbf38941cd99889d361864c5212.tar.zst gsoc2013-evolution-ccc74517d3c44fbf38941cd99889d361864c5212.zip |
up the timeout to 10 minutes
svn path=/trunk/; revision=17823
Diffstat (limited to 'camel')
-rw-r--r-- | camel/camel-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-session.c b/camel/camel-session.c index b65d460211..29a2928794 100644 --- a/camel/camel-session.c +++ b/camel/camel-session.c @@ -475,7 +475,7 @@ get_service (CamelSession *session, const char *url_string, if (type == CAMEL_PROVIDER_STORE) { guint id; - id = camel_session_register_timeout (session, 36000, noop_cb, service); + id = camel_session_register_timeout (session, 600000, noop_cb, service); camel_object_hook_event (CAMEL_OBJECT (service), "finalize", (CamelObjectEventHookFunc) unregister_noop, GINT_TO_POINTER (id)); |