From e1689b6fbc61874497edc252171bfac089c34681 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 20 Mar 2017 12:37:48 +0100 Subject: Also increase socket read timeout. --- test/RPCSession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/RPCSession.h') diff --git a/test/RPCSession.h b/test/RPCSession.h index 76bdbda5..45004d69 100644 --- a/test/RPCSession.h +++ b/test/RPCSession.h @@ -68,7 +68,7 @@ private: int m_socket; /// Socket read timeout in milliseconds. Needs to be large because the key generation routine /// might take long. - unsigned static constexpr m_readTimeOutMS = 15000; + unsigned static constexpr m_readTimeOutMS = 30000; char m_readBuf[512000]; }; #endif -- cgit