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
diff --git a/lib/perl/lib/Thrift/Socket.pm b/lib/perl/lib/Thrift/Socket.pm
index 4ee7912..4d2aac7 100644
--- a/lib/perl/lib/Thrift/Socket.pm
+++ b/lib/perl/lib/Thrift/Socket.pm
@@ -43,8 +43,8 @@
port => $port,
debugHandler => $debugHandler,
debug => 0,
- sendTimeout => 100,
- recvTimeout => 750,
+ sendTimeout => 10000,
+ recvTimeout => 10000,
handle => undef,
};