THRIFT-626: Increase timeouts for socket requests

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@835203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
T Jake Luciani 2009-11-12 02:44:42 +00:00
parent 93f8219567
commit f2b8f750b3

View File

@ -43,8 +43,8 @@ sub new
port => $port, port => $port,
debugHandler => $debugHandler, debugHandler => $debugHandler,
debug => 0, debug => 0,
sendTimeout => 100, sendTimeout => 10000,
recvTimeout => 750, recvTimeout => 10000,
handle => undef, handle => undef,
}; };