diff -r 9ac0a0a7da70 -r 71c436fe3ce0 javacommons/gcfprotocols/http/javasrc.s60/com/nokia/mj/impl/gcf/protocol/http/Protocol.java --- a/javacommons/gcfprotocols/http/javasrc.s60/com/nokia/mj/impl/gcf/protocol/http/Protocol.java Tue May 25 12:34:19 2010 +0300 +++ b/javacommons/gcfprotocols/http/javasrc.s60/com/nokia/mj/impl/gcf/protocol/http/Protocol.java Wed Jun 09 09:34:07 2010 +0300 @@ -45,7 +45,7 @@ String urls = null; int apnid = -1; int index = -1; - int responsetimeout = -1; + int responsetimeout = 180; // default timeout of 3 minutes ConnectionManager cminstance = null; AccessPoint apn = null; iFullUrl = "http:" + aUri;